Searched refs:numberIndex (Results 1 – 3 of 3) sorted by relevance
433 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyAllowed() local437 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyAllowed()458 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyBlocked() local466 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyBlocked()
348 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in testSelfManagedCallNotLogged() local352 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()362 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()
1013 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in getLatestCallLogCursorIfMatchesUri() local1015 String number = callsCursor.getString(numberIndex); in getLatestCallLogCursorIfMatchesUri()