/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/ |
D | ICtsApi29InCallServiceControl.aidl | 20 int getCallState(String callId); in getCallState() method
|
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/ |
D | ICtsCarModeInCallServiceControl.aidl | 38 int getCallState(); in getCallState() method
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockVoiceService.java | 209 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()
|
D | IRadioVoiceImpl.java | 224 calls[i].state = convertCallState(mCallList.get(i).getCallState()); in fillUpCurrentCallsRespnose()
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/ |
D | CtsApi29InCallServiceControl.java | 35 public int getCallState(String callId) {
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsExternalCallStateTest.java | 58 assertEquals(callState, unparceledInfo.getCallState()); in parcelUnparcel()
|
D | ImsCallingTest.java | 1251 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/ |
D | TelephonyManagerNoPermissionTest.java | 68 mTelephonyManager.getCallState(); in testGetCallState_redirectToTelecom()
|
D | TelephonyManagerReadPhoneStatePermissionTest.java | 115 mTelephonyManager, (tm) -> tm.getCallState()); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CallStateTest.java | 63 assertEquals(PreciseCallState.PRECISE_CALL_STATE_ACTIVE, testCallState.getCallState()); in testCallAttributesGetter()
|
D | TelephonyRegistryManagerTest.java | 548 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()
|
D | TelephonyCallbackTest.java | 604 assertThat(mCallStateList.get(0).getCallState()).isIn(PRECISE_CALL_STATE); in testOnCallStatesChangedByRegisterTelephonyCallback()
|
D | TelephonyManagerTest.java | 883 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/ |
D | TelecomManagerNoPermissionsTest.java | 86 tm.getCallState(); in testCallStateCompatPermissions()
|
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallServiceControl.java | 148 public int getCallState() {
|
/cts/hostsidetests/telecom/src/android/telecom/cts/ |
D | TelecomHostStatsTest.java | 115 switch (callStateChangedAtom.getCallState()) { in testCallStateChangedAtom_basicTest()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BackgroundCallAudioTest.java | 525 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1() 533 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
|
D | OutgoingCallTest.java | 282 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
|
D | IncomingCallTest.java | 327 assertEquals(CALL_STATE_RINGING, mTelephonyManager.getCallState()); in testPhoneStateChangeAsExpected()
|
D | SelfManagedConnectionTest.java | 560 assertEquals(Call.STATE_HOLDING, mCarModeIncallServiceControlOne.getCallState()); in testSwapInCallServicesForSelfManagedCSCall()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 14226 …_STATE, android.Manifest.permission.READ_PHONE_STATE}, conditional=true) public int getCallState(); 14369 method public int getCallState(); 16533 method public int getCallState();
|
D | current.txt | 46023 …on(value=android.Manifest.permission.READ_PHONE_STATE, conditional=true) public int getCallState();
|