Home
last modified time | relevance | path

Searched refs:showStateActiveNotificationIfNeeded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java132 mController.showStateActiveNotificationIfNeeded( in test_activeNotification()
164 mController.showStateActiveNotificationIfNeeded( in test_powerSaveNotification()
200 mController.showStateActiveNotificationIfNeeded( in test_thermalNotification()
236 mController.showStateActiveNotificationIfNeeded( in test_deviceStateWithoutNotification()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java101 void showStateActiveNotificationIfNeeded(int state, int requestingAppUid) { in showStateActiveNotificationIfNeeded() method in DeviceStateNotificationController
DDeviceStateManagerService.java712 mDeviceStateNotificationController.showStateActiveNotificationIfNeeded( in onOverrideRequestStatusChangedLocked()