Home
last modified time | relevance | path

Searched refs:getCallState (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl20 int getCallState(String callId); in getCallState() method
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java35 public int getCallState(String callId) {
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExternalCallStateTest.java58 assertEquals(callState, unparceledInfo.getCallState()); in parcelUnparcel()
/cts/tests/tests/telecom/src/android/telecom/cts/
DOutgoingCallTest.java166 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
DBackgroundCallAudioTest.java481 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
489 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
DIncomingCallTest.java269 assertEquals(CALL_STATE_RINGING, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java464 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE); in testTelephonyManager()