Home
last modified time | relevance | path

Searched refs:INTENT_ACTION_CANCEL_STATE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java51 @VisibleForTesting static final String INTENT_ACTION_CANCEL_STATE = field in DeviceStateNotificationController
88 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java151 assertEquals(DeviceStateNotificationController.INTENT_ACTION_CANCEL_STATE, in test_activeNotification()