Searched refs:numberIndex (Results 1 – 4 of 4) sorted by relevance
451 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyAllowed() local455 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyAllowed()476 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyBlocked() local484 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyBlocked()
472 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in testCallLogForBlockedNumberIncomingCall() local477 callsCursor.getString(numberIndex)); in testCallLogForBlockedNumberIncomingCall()
628 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in testSelfManagedCallNotLogged() local632 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()642 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()
1375 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in getLatestCallLogCursorIfMatchesUri() local1377 String number = callsCursor.getString(numberIndex); in getLatestCallLogCursorIfMatchesUri()