/frameworks/base/services/core/java/com/android/server/ |
D | CachedDeviceStateService.java | 53 case Intent.ACTION_SCREEN_OFF: 75 filter.addAction(Intent.ACTION_SCREEN_OFF); in onBootPhase()
|
D | VibratorService.java | 375 filter.addAction(Intent.ACTION_SCREEN_OFF); in VibratorService() 1358 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
|
/frameworks/base/core/java/android/widget/ |
D | ViewFlipper.java | 76 if (Intent.ACTION_SCREEN_OFF.equals(action)) { 92 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
|
D | AdapterViewFlipper.java | 89 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/ |
D | DeviceIdlenessTracker.java | 80 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/ |
D | SystemUIDialog.java | 112 INTENT_FILTER.addAction(Intent.ACTION_SCREEN_OFF);
|
D | NavigationBarFragment.java | 330 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/ |
D | BatterySaverController.java | 171 case Intent.ACTION_SCREEN_OFF: 226 filter.addAction(Intent.ACTION_SCREEN_OFF); in systemReady()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | ScreenPinningRequest.java | 214 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow() 339 || intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
|
D | RecentsOnboarding.java | 251 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/ |
D | CachedDeviceStateServiceTest.java | 105 mContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF)); in correctlyReportsScreenInteractive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 359 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/ |
D | JobConcurrencyManager.java | 119 filter.addAction(Intent.ACTION_SCREEN_OFF); in onSystemReady() 132 case Intent.ACTION_SCREEN_OFF:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerUI.java | 209 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/ |
D | AttentionManagerService.java | 122 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/ |
D | LegacyGlobalActions.java | 137 filter.addAction(Intent.ACTION_SCREEN_OFF); in LegacyGlobalActions() 745 || Intent.ACTION_SCREEN_OFF.equals(action)) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 91 private IntentFilter mScreenOffFilter = new IntentFilter(Intent.ACTION_SCREEN_OFF);
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/ |
D | RecentsActivity.java | 197 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/ |
D | BrightnessTracker.java | 219 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/ |
D | VolumeDialogControllerImpl.java | 1001 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/ |
D | Notifier.java | 180 mScreenOffIntent = new Intent(Intent.ACTION_SCREEN_OFF); in Notifier()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MagnificationGestureHandler.java | 1080 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in register()
|
D | MagnificationController.java | 1282 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in registerIfNecessary()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 187 filter.addAction(Intent.ACTION_SCREEN_OFF); in GlobalActionsDialog() 1401 || Intent.ACTION_SCREEN_OFF.equals(action)) {
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 483 case Intent.ACTION_SCREEN_OFF: 2084 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);
|