for (int i = 0; i < numberOfCalls; i++) {
final CallLog l = CallLogNamespace.callLogAt(i, folderID);
final CallLogObject log = new CallLogObject(l);
if (testable != null) {
if (testable.test(log)) {
FindNamespace.insertElementByOrder(found, log, orderByField, isAscending);
iElement++;
}
}
else {