Home
last modified time | relevance | path

Searched refs:getCallState (Results 1 – 22 of 22) 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/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl38 int getCallState(); in getCallState() method
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockVoiceService.java209 public int getCallState() { in getCallState() method in MockVoiceService.MockCallInfo
552 && callInfo.getCallState() == MockCallInfo.CALL_STATE_INCOMING) { in getIncomingCallInfo()
622 if (callInfo.getCallState() != MockCallInfo.CALL_STATE_DIALING) { in handleDialingCall()
722 if (callInfo.getCallState() != MockCallInfo.CALL_STATE_ALERTING) { in handleAlertingCall()
778 if (callInfo.getCallState() != MockCallInfo.CALL_STATE_ACTIVE) { in handleActivatingCall()
824 if (callInfo.getCallState() != MockCallInfo.CALL_STATE_DISCONNECTING) { in handleDisconnectingCall()
869 if (callInfo.getCallState() != MockCallInfo.CALL_STATE_INCOMING) { in handleIncomingCall()
929 if (callInfo.getCallState() != MockCallInfo.CALL_STATE_END) { in handleCallEnd()
1024 if (mCallList.get(i).getCallState() == MockCallInfo.CALL_STATE_DISCONNECTING) { in hasDisconnectingCall()
DIRadioVoiceImpl.java224 calls[i].state = convertCallState(mCallList.get(i).getCallState()); in fillUpCurrentCallsRespnose()
/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()
DImsCallingTest.java1251 PreciseCallState.PRECISE_CALL_STATE_ACTIVE, callStateList.get(0).getCallState()); in testNotifyCallStateChanged()
1271 PreciseCallState.PRECISE_CALL_STATE_HOLDING, callStateList.get(0).getCallState()); in testNotifyCallStateChanged()
/cts/tests/tests/telephony2/src/android/telephony2/cts/
DTelephonyManagerNoPermissionTest.java68 mTelephonyManager.getCallState(); in testGetCallState_redirectToTelecom()
DTelephonyManagerReadPhoneStatePermissionTest.java115 mTelephonyManager, (tm) -> tm.getCallState()); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCallStateTest.java63 assertEquals(PreciseCallState.PRECISE_CALL_STATE_ACTIVE, testCallState.getCallState()); in testCallAttributesGetter()
DTelephonyRegistryManagerTest.java548 testCallStatesResult.get(0).getCallState()); in testNotifyPreciseCallStateWithImsCall()
550 testCallStatesResult.get(1).getCallState()); in testNotifyPreciseCallStateWithImsCall()
590 testCallStatesResult.get(0).getCallState()); in testNotifyPreciseCallStateWithCsCall()
592 testCallStatesResult.get(1).getCallState()); in testNotifyPreciseCallStateWithCsCall()
DTelephonyCallbackTest.java604 assertThat(mCallStateList.get(0).getCallState()).isIn(PRECISE_CALL_STATE); in testOnCallStatesChangedByRegisterTelephonyCallback()
DTelephonyManagerTest.java883 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE); in testTelephonyManager()
1060 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE); in testTelephonyManagerWithFeatureMapping()
/cts/tests/tests/telecom2/src/android/telecom/cts/
DTelecomManagerNoPermissionsTest.java86 tm.getCallState(); in testCallStateCompatPermissions()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java148 public int getCallState() {
/cts/hostsidetests/telecom/src/android/telecom/cts/
DTelecomHostStatsTest.java115 switch (callStateChangedAtom.getCallState()) { in testCallStateChangedAtom_basicTest()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBackgroundCallAudioTest.java525 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
533 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
DOutgoingCallTest.java282 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
DIncomingCallTest.java327 assertEquals(CALL_STATE_RINGING, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
DSelfManagedConnectionTest.java560 assertEquals(Call.STATE_HOLDING, mCarModeIncallServiceControlOne.getCallState()); in testSwapInCallServicesForSelfManagedCSCall()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt14226 …_STATE, android.Manifest.permission.READ_PHONE_STATE}, conditional=true) public int getCallState();
14369 method public int getCallState();
16533 method public int getCallState();
Dcurrent.txt46023 …on(value=android.Manifest.permission.READ_PHONE_STATE, conditional=true) public int getCallState();