Home
last modified time | relevance | path

Searched refs:numberIndex (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java433 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyAllowed() local
437 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyAllowed()
458 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyBlocked() local
466 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyBlocked()
DSelfManagedConnectionServiceTest.java348 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in testSelfManagedCallNotLogged() local
352 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()
362 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()
DBaseTelecomTestWithMockServices.java1013 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in getLatestCallLogCursorIfMatchesUri() local
1015 String number = callsCursor.getString(numberIndex); in getLatestCallLogCursorIfMatchesUri()