Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/widget/
DViewFlipper.java72 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
88 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
DAdapterViewFlipper.java87 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
103 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java82 filter.addAction(Intent.ACTION_SCREEN_OFF); in WifiTrafficPoller()
96 } else if (Intent.ACTION_SCREEN_OFF.equals(intent.getAction())) { in WifiTrafficPoller()
DWifiServiceImpl.java2105 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
2220 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in registerForBroadcasts()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DIdleController.java139 filter.addAction(Intent.ACTION_SCREEN_OFF); in startTracking()
167 } else if (action.equals(Intent.ACTION_SCREEN_OFF) in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java198 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
292 || intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
DRecentsActivity.java185 if (action.equals(Intent.ACTION_SCREEN_OFF)) {
385 filter.addAction(Intent.ACTION_SCREEN_OFF); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java254 IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_OFF); in updateShowSeconds()
378 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java177 filter.addAction(Intent.ACTION_SCREEN_OFF); in init()
242 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java201 IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_OFF); in onViewCreated()
661 if (Intent.ACTION_SCREEN_OFF.equals(action)
DStatusBar.java1230 mBroadcastReceiver.onReceive(mContext, new Intent(Intent.ACTION_SCREEN_OFF)); in makeStatusBarView()
1245 filter.addAction(Intent.ACTION_SCREEN_OFF); in makeStatusBarView()
3851 else if (Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java221 filter.addAction(Intent.ACTION_SCREEN_OFF); in VibratorService()
919 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
DDeviceIdleController.java1457 filter.addAction(Intent.ACTION_SCREEN_OFF); in onBootPhase()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java91 private IntentFilter mScreenOffFilter = new IntentFilter(Intent.ACTION_SCREEN_OFF);
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java141 filter.addAction(Intent.ACTION_SCREEN_OFF); in LegacyGlobalActions()
1131 || Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java154 filter.addAction(Intent.ACTION_SCREEN_OFF); in GlobalActionsDialog()
1111 || Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java842 filter.addAction(Intent.ACTION_SCREEN_OFF); in init()
896 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java147 mScreenOffIntent = new Intent(Intent.ACTION_SCREEN_OFF); in Notifier()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java917 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in register()
DMagnificationGestureHandler.java921 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in register()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java147 case Intent.ACTION_SCREEN_OFF: in onReceive()
415 filter.addAction(Intent.ACTION_SCREEN_OFF); in onStart()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java510 || Intent.ACTION_SCREEN_OFF.equals(action)
2315 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java360 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in start()
368 || action.equals(Intent.ACTION_SCREEN_OFF)) { in start()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java234 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
610 filter.addAction(Intent.ACTION_SCREEN_OFF); in DcTracker()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java774 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in AudioService()
5783 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) { in onReceive()

12