Home
last modified time | relevance | path

Searched refs:STATE_EMERGENCY_ONLY (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneStateListenerTest.java100 ss.setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY); in testTriggerServiceStateChanged()
107 verify(mServiceState).setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY); in testTriggerServiceStateChanged()
DCallManagerTest.java338 doReturn(ServiceState.STATE_EMERGENCY_ONLY).when(mSecondServiceState).getState(); in testGetServiceState()
347 doReturn(ServiceState.STATE_EMERGENCY_ONLY).when(mServiceState).getState(); in testGetServiceState()
358 doReturn(ServiceState.STATE_EMERGENCY_ONLY).when(mSecondServiceState).getState(); in testGetServiceState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java291 if ( resultState == ServiceState.STATE_EMERGENCY_ONLY || in getServiceState()
295 } else if (serviceState == ServiceState.STATE_EMERGENCY_ONLY) { in getServiceState()
320 if ( resultState == ServiceState.STATE_EMERGENCY_ONLY || in getServiceState()
324 } else if (serviceState == ServiceState.STATE_EMERGENCY_ONLY) { in getServiceState()
DGsmCdmaConnection.java535 || serviceState == ServiceState.STATE_EMERGENCY_ONLY)) { in disconnectCauseFromCode()
DServiceStateTracker.java742 mSS.getVoiceRegState() == ServiceState.STATE_EMERGENCY_ONLY; in updatePhoneObject()
2297 || combinedRegState == ServiceState.STATE_EMERGENCY_ONLY) { in updateSpnDisplay()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java69 public static final int STATE_EMERGENCY_ONLY = 2; field in ServiceState
879 case STATE_EMERGENCY_ONLY: in rilServiceStateToString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java334 case ServiceState.STATE_EMERGENCY_ONLY: in hasService()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28474 field public static final int STATE_EMERGENCY_ONLY = 2; // 0x2
/frameworks/base/config/
Dhiddenapi-public-dex.txt44257 Landroid/telephony/ServiceState;->STATE_EMERGENCY_ONLY:I
/frameworks/base/api/
Dcurrent.txt42207 field public static final int STATE_EMERGENCY_ONLY = 2; // 0x2