Searched refs:getCallState (Results 1 – 10 of 10) sorted by relevance
20 int getCallState(String callId); in getCallState() method
35 public int getCallState(String callId) {
65 mTelephonyManager.getCallState(); in testGetCallState_redirectToTelecom()
72 tm.getCallState(); in testCallStateCompatPermissions()
58 assertEquals(callState, unparceledInfo.getCallState()); in parcelUnparcel()
114 mTelephonyManager, (tm) -> tm.getCallState()); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
203 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
271 assertEquals(CALL_STATE_RINGING, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
521 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()529 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
644 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE); in testTelephonyManager()