Searched refs:getCallState (Results 1 – 7 of 7) sorted by relevance
20 int getCallState(String callId); in getCallState() method
35 public int getCallState(String callId) {
58 assertEquals(callState, unparceledInfo.getCallState()); in parcelUnparcel()
166 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
481 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()489 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
269 assertEquals(CALL_STATE_RINGING, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
464 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE); in testTelephonyManager()