Home
last modified time | relevance | path

Searched refs:ACTION_SERVICE_STATE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java62 public static final String ACTION_SERVICE_STATE_CHANGED = Intent.ACTION_SERVICE_STATE;
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java292 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimInvalid_ServiceState_InService()
307 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimValid_ServiceState_PowerOff()
329 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_BootInitState_ServiceState_OutOfService()
373 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_BootInitState_ServiceState_PowerOff()
386 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimValid_ServiceState_InService()
412 Intent intentServiceState = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimValid_SimState_Loaded()
/frameworks/base/non-updatable-api/
Dsystem-removed.txt56 …field @Deprecated public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE…
/frameworks/base/api/
Dsystem-removed.txt56 …field @Deprecated public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java352 filter.addAction(Intent.ACTION_SERVICE_STATE); in registerListeners()
589 case Intent.ACTION_SERVICE_STATE: in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1178 } else if (Intent.ACTION_SERVICE_STATE.equals(action)) {
1699 filter.addAction(Intent.ACTION_SERVICE_STATE); in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2456 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in broadcastServiceStateChanged()
/frameworks/base/core/java/android/content/
DIntent.java4269 public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE_STATE"; field in Intent