Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java451 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyAllowed() local
455 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyAllowed()
476 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in addIncomingAndVerifyBlocked() local
484 String number = callsCursor.getString(numberIndex); in addIncomingAndVerifyBlocked()
DConnectionServiceTest.java472 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in testCallLogForBlockedNumberIncomingCall() local
477 callsCursor.getString(numberIndex)); in testCallLogForBlockedNumberIncomingCall()
DSelfManagedConnectionServiceTest.java628 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in testSelfManagedCallNotLogged() local
632 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()
642 String number = callsCursor.getString(numberIndex); in testSelfManagedCallNotLogged()
DBaseTelecomTestWithMockServices.java1375 int numberIndex = callsCursor.getColumnIndex(CallLog.Calls.NUMBER); in getLatestCallLogCursorIfMatchesUri() local
1377 String number = callsCursor.getString(numberIndex); in getLatestCallLogCursorIfMatchesUri()