Searched refs:INTENT_ACTION_CANCEL_STATE (Results 1 – 2 of 2) sorted by relevance
51 @VisibleForTesting static final String INTENT_ACTION_CANCEL_STATE = field in DeviceStateNotificationController88 new IntentFilter(INTENT_ACTION_CANCEL_STATE), in DeviceStateNotificationController()108 final Intent intent = new Intent(INTENT_ACTION_CANCEL_STATE) in showStateActiveNotificationIfNeeded()185 if (INTENT_ACTION_CANCEL_STATE.equals(intent.getAction())) { in onReceive()
151 assertEquals(DeviceStateNotificationController.INTENT_ACTION_CANCEL_STATE, in test_activeNotification()