Home
last modified time | relevance | path

Searched refs:CALL_STATE_RINGING (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/
DCallStateRepositoryTest.kt83 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>()
DWifiCallingPreferenceControllerTest.kt130 on { callStateFlow(SUB_ID) } doReturn flowOf(TelephonyManager.CALL_STATE_RINGING) in <lambda>()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSarManager.java21 import static android.telephony.TelephonyManager.CALL_STATE_RINGING;
385 case CALL_STATE_RINGING: in onCellStateChangeEvent()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py10 CALL_STATE_RINGING = 1 variable
Dandroid_bluetooth_decorator.py914 is_ringing = callee.wait_for_call_state(bt_constants.CALL_STATE_RINGING, timeout_sec)
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DPhoneFragmentViewModel.java104 } else if (state == TelephonyManager.CALL_STATE_RINGING) { in onCallStateChanged()
DSelfRefreshDescriptionLiveData.java126 case TelephonyManager.CALL_STATE_RINGING: in callStateToUiString()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java32 import static android.telephony.TelephonyManager.CALL_STATE_RINGING;
307 case CALL_STATE_RINGING: in getActiveAttributes()
DCarAudioPlaybackMonitor.java208 case TelephonyManager.CALL_STATE_RINGING: in onCallStateChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneStateBroadcaster.java100 callState = TelephonyManager.CALL_STATE_RINGING; in updateStates()
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py176 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/
DQnsConstants.java279 case TelephonyManager.CALL_STATE_RINGING: in callStateToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeTest.java30 import static android.telephony.TelephonyManager.CALL_STATE_RINGING;
203 CALL_STATE_RINGING, new ArrayList<>(), TEST_INACTIVE_ATTRIBUTES); in getSuggestedAudioContext_withV1AndCallStateRinging_returnsCallRingContext()
DCarAudioPlaybackMonitorTest.java257 carCallStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_RINGING); in onCallStateChanged_withRingingState()
DCarAudioServiceUnitTest.java6182 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/
DQnsConstantsTest.java207 QnsConstants.callStateToString(TelephonyManager.CALL_STATE_RINGING)); in testCallStateToString()
DQnsTelephonyListenerTest.java910 TelephonyManager.CALL_STATE_RINGING, in testOnCallStateChanged()
/packages/modules/Bluetooth/system/blueberry/tests/pbap/
Dbluetooth_pbap_test.py373 bt_constants.CALL_STATE_RINGING,
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanEventListener.java580 case TelephonyManager.CALL_STATE_RINGING: in callStateToString()
/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanDataServiceTest.java24 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/
DCellBroadcastAlertServiceTest.java912 doReturn(TelephonyManager.CALL_STATE_RINGING).when(mMockedTelephonyManager).getCallState(); in testPlayPendingAlert()
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java216 if (state == TelephonyManager.CALL_STATE_RINGING) {
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1311 case TelephonyManager.CALL_STATE_RINGING: in updatePhoneState()