Home
last modified time | relevance | path

Searched refs:getCallState (Results 1 – 10 of 10) 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/telephony2/src/android/telephony2/cts/
DTelephonyManagerNoPermissionTest.java65 mTelephonyManager.getCallState(); in testGetCallState_redirectToTelecom()
/cts/tests/tests/telecom2/src/android/telecom/cts/
DTelecomManagerNoPermissionsTest.java72 tm.getCallState(); in testCallStateCompatPermissions()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExternalCallStateTest.java58 assertEquals(callState, unparceledInfo.getCallState()); in parcelUnparcel()
/cts/tests/tests/telephony/current/permissions/src/android/telephony/cts/telephonypermission/
DTelephonyManagerReadPhoneStatePermissionTest.java114 mTelephonyManager, (tm) -> tm.getCallState()); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
/cts/tests/tests/telecom/src/android/telecom/cts/
DOutgoingCallTest.java203 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
DIncomingCallTest.java271 assertEquals(CALL_STATE_RINGING, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
DBackgroundCallAudioTest.java521 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
529 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java644 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE); in testTelephonyManager()