Home
last modified time | relevance | path

Searched refs:callTypeIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java452 int callTypeIndex = callsCursor.getColumnIndex(CallLog.Calls.TYPE); in addIncomingAndVerifyAllowed() local
456 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyAllowed()
477 int callTypeIndex = callsCursor.getColumnIndex(CallLog.Calls.TYPE); in addIncomingAndVerifyBlocked() local
485 int callType = callsCursor.getInt(callTypeIndex); in addIncomingAndVerifyBlocked()
DConnectionServiceTest.java473 int callTypeIndex = callsCursor.getColumnIndex(CallLog.Calls.TYPE); in testCallLogForBlockedNumberIncomingCall() local
478 assertEquals(CallLog.Calls.BLOCKED_TYPE, callsCursor.getInt(callTypeIndex)); in testCallLogForBlockedNumberIncomingCall()