Searched refs:ACTION_SERVICE_STATE (Results 1 – 10 of 10) sorted by relevance
493 final Intent intent1 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup()500 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup()514 final Intent intent1 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey()518 options1.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()522 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey()526 options2.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key2"); in testMatchesDeliveryGroup_withMatchingKey()530 final Intent intent3 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey()534 options3.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()553 final Intent intent1 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter()557 final IntentFilter filter1 = new IntentFilter(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter()[all …]
62 public static final String ACTION_SERVICE_STATE_CHANGED = Intent.ACTION_SERVICE_STATE;
516 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimInvalid_ServiceState_InService()531 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimValid_ServiceState_PowerOff()553 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_BootInitState_ServiceState_OutOfService()597 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_BootInitState_ServiceState_PowerOff()610 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimValid_ServiceState_InService()636 Intent intentServiceState = new Intent(Intent.ACTION_SERVICE_STATE); in testTelephonyCapable_SimValid_SimState_Loaded()
181 .broadcastFlow(IntentFilter(Intent.ACTION_SERVICE_STATE)) { intent, _ -> in <lambda>()
515 filter.addAction(Intent.ACTION_SERVICE_STATE); in registerListeners()822 case Intent.ACTION_SERVICE_STATE: in onReceive()
68 …field @Deprecated public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE…
1559 return Intent(Intent.ACTION_SERVICE_STATE).apply { in <lambda>()
1722 } else if (Intent.ACTION_SERVICE_STATE.equals(action)) {2360 filter.addAction(Intent.ACTION_SERVICE_STATE); in start()
3760 Intent intent = new Intent(Intent.ACTION_SERVICE_STATE); in createServiceStateIntent()3782 .setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, in createServiceStateBroadcastOptions()
4880 public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE_STATE"; field in Intent