Home
last modified time | relevance | path

Searched refs:ACTION_SCREEN_OFF (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/
DCachedDeviceStateService.java53 case Intent.ACTION_SCREEN_OFF:
75 filter.addAction(Intent.ACTION_SCREEN_OFF); in onBootPhase()
DVibratorService.java375 filter.addAction(Intent.ACTION_SCREEN_OFF); in VibratorService()
1358 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
/frameworks/base/core/java/android/widget/
DViewFlipper.java76 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
92 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
DAdapterViewFlipper.java89 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
105 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
/frameworks/base/services/core/java/com/android/server/job/controllers/idle/
DDeviceIdlenessTracker.java80 filter.addAction(Intent.ACTION_SCREEN_OFF); in startTracking()
130 } else if (action.equals(Intent.ACTION_SCREEN_OFF) in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java112 INTENT_FILTER.addAction(Intent.ACTION_SCREEN_OFF);
DNavigationBarFragment.java330 IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_OFF); in onViewCreated()
1063 if (Intent.ACTION_SCREEN_OFF.equals(action)
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverController.java171 case Intent.ACTION_SCREEN_OFF:
226 filter.addAction(Intent.ACTION_SCREEN_OFF); in systemReady()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java214 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
339 || intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
DRecentsOnboarding.java251 mContext.registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_SCREEN_OFF));
575 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
DCachedDeviceStateServiceTest.java105 mContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF)); in correctlyReportsScreenInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java359 IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_OFF); in updateShowSeconds()
482 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/services/core/java/com/android/server/job/
DJobConcurrencyManager.java119 filter.addAction(Intent.ACTION_SCREEN_OFF); in onSystemReady()
132 case Intent.ACTION_SCREEN_OFF:
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java209 filter.addAction(Intent.ACTION_SCREEN_OFF); in init()
281 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java122 new IntentFilter(Intent.ACTION_SCREEN_OFF)); in onBootPhase()
672 if (Intent.ACTION_SCREEN_OFF.equals(intent.getAction())) { in onReceive()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java137 filter.addAction(Intent.ACTION_SCREEN_OFF); in LegacyGlobalActions()
745 || Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java91 private IntentFilter mScreenOffFilter = new IntentFilter(Intent.ACTION_SCREEN_OFF);
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsActivity.java197 if (action.equals(Intent.ACTION_SCREEN_OFF)) {
354 filter.addAction(Intent.ACTION_SCREEN_OFF); in onCreate()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java219 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in backgroundStart()
948 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1001 filter.addAction(Intent.ACTION_SCREEN_OFF); in init()
1057 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java180 mScreenOffIntent = new Intent(Intent.ACTION_SCREEN_OFF); in Notifier()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java1080 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in register()
DMagnificationController.java1282 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in registerIfNecessary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java187 filter.addAction(Intent.ACTION_SCREEN_OFF); in GlobalActionsDialog()
1401 || Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java483 case Intent.ACTION_SCREEN_OFF:
2084 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);

12