/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/ |
D | CallStateRepositoryTest.kt | 83 callStateListener?.onCallStateChanged(TelephonyManager.CALL_STATE_RINGING) in <lambda>() 86 .containsExactly(TelephonyManager.CALL_STATE_IDLE, TelephonyManager.CALL_STATE_RINGING) in <lambda>() 115 callStateListener?.onCallStateChanged(TelephonyManager.CALL_STATE_RINGING) in <lambda>()
|
D | WifiCallingPreferenceControllerTest.kt | 130 on { callStateFlow(SUB_ID) } doReturn flowOf(TelephonyManager.CALL_STATE_RINGING) in <lambda>()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SarManager.java | 21 import static android.telephony.TelephonyManager.CALL_STATE_RINGING; 385 case CALL_STATE_RINGING: in onCellStateChangeEvent()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_constants.py | 10 CALL_STATE_RINGING = 1 variable
|
D | android_bluetooth_decorator.py | 914 is_ringing = callee.wait_for_call_state(bt_constants.CALL_STATE_RINGING, timeout_sec)
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | PhoneFragmentViewModel.java | 104 } else if (state == TelephonyManager.CALL_STATE_RINGING) { in onCallStateChanged()
|
D | SelfRefreshDescriptionLiveData.java | 126 case TelephonyManager.CALL_STATE_RINGING: in callStateToUiString()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarVolume.java | 32 import static android.telephony.TelephonyManager.CALL_STATE_RINGING; 307 case CALL_STATE_RINGING: in getActiveAttributes()
|
D | CarAudioPlaybackMonitor.java | 208 case TelephonyManager.CALL_STATE_RINGING: in onCallStateChanged()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneStateBroadcaster.java | 100 callState = TelephonyManager.CALL_STATE_RINGING; in updateStates()
|
/packages/modules/Bluetooth/system/blueberry/controllers/ |
D | android_bt_target_device.py | 176 bt_constants.CALL_STATE_RINGING, bt_constants.CALL_STATE_TIMEOUT_SEC): 404 bt_constants.CALL_STATE_RINGING, bt_constants.CALL_STATE_TIMEOUT_SEC):
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsConstants.java | 279 case TelephonyManager.CALL_STATE_RINGING: in callStateToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarVolumeTest.java | 30 import static android.telephony.TelephonyManager.CALL_STATE_RINGING; 203 CALL_STATE_RINGING, new ArrayList<>(), TEST_INACTIVE_ATTRIBUTES); in getSuggestedAudioContext_withV1AndCallStateRinging_returnsCallRingContext()
|
D | CarAudioPlaybackMonitorTest.java | 257 carCallStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_RINGING); in onCallStateChanged_withRingingState()
|
D | CarAudioServiceUnitTest.java | 6182 callStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_RINGING); in onCallStateChanged_withRingingStateAndVolumeBelowMinActivationVolume() 6218 callStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_RINGING); in onCallStateChanged_withRingingStateAndWithinActivationVolumeRange()
|
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | QnsConstantsTest.java | 207 QnsConstants.callStateToString(TelephonyManager.CALL_STATE_RINGING)); in testCallStateToString()
|
D | QnsTelephonyListenerTest.java | 910 TelephonyManager.CALL_STATE_RINGING, in testOnCallStateChanged()
|
/packages/modules/Bluetooth/system/blueberry/tests/pbap/ |
D | bluetooth_pbap_test.py | 373 bt_constants.CALL_STATE_RINGING,
|
/packages/services/Iwlan/src/com/google/android/iwlan/ |
D | IwlanEventListener.java | 580 case TelephonyManager.CALL_STATE_RINGING: in callStateToString()
|
/packages/services/Iwlan/test/com/google/android/iwlan/ |
D | IwlanDataServiceTest.java | 24 import static android.telephony.TelephonyManager.CALL_STATE_RINGING; 2213 mockCallState(CALL_STATE_RINGING); in testMultipleAllowedNetworkTypeChangeInCall_preferenceChanged_updateAfterCallEnds() 2266 mockCallState(CALL_STATE_RINGING); in testMultipleAllowedNetworkTypeChangeInCall_preferenceNotChanged_noUpdate()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertServiceTest.java | 912 doReturn(TelephonyManager.CALL_STATE_RINGING).when(mMockedTelephonyManager).getCallState(); in testPlayPendingAlert()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallPresenter.java | 216 if (state == TelephonyManager.CALL_STATE_RINGING) {
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 1311 case TelephonyManager.CALL_STATE_RINGING: in updatePhoneState()
|