Searched refs:ACTION_SERVICE_STATE (Results 1 – 8 of 8) sorted by relevance
62 public static final String ACTION_SERVICE_STATE_CHANGED = Intent.ACTION_SERVICE_STATE;
292 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()
56 …field @Deprecated public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE…
352 filter.addAction(Intent.ACTION_SERVICE_STATE); in registerListeners()589 case Intent.ACTION_SERVICE_STATE: in onReceive()
1178 } else if (Intent.ACTION_SERVICE_STATE.equals(action)) {1699 filter.addAction(Intent.ACTION_SERVICE_STATE); in KeyguardUpdateMonitor()
2456 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in broadcastServiceStateChanged()
4269 public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE_STATE"; field in Intent