Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/widget/
DViewFlipper.java74 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
90 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
DAdapterViewFlipper.java90 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
106 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DIdleController.java135 filter.addAction(Intent.ACTION_SCREEN_OFF); in startTracking()
162 } else if (action.equals(Intent.ACTION_SCREEN_OFF) in onReceive()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java78 filter.addAction(Intent.ACTION_SCREEN_OFF); in WifiTrafficPoller()
89 } else if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) { in WifiTrafficPoller()
DWifiWatchdogStateMachine.java369 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) { in setupNetworkReceiver()
384 mIntentFilter.addAction(Intent.ACTION_SCREEN_OFF); in setupNetworkReceiver()
DWifiServiceImpl.java1341 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
1378 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in registerForBroadcasts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java138 filter.addAction(Intent.ACTION_SCREEN_OFF); in init()
207 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DScreenPinningRequest.java181 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
276 || intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java162 if (action.equals(Intent.ACTION_SCREEN_OFF)) {
393 filter.addAction(Intent.ACTION_SCREEN_OFF); in onCreate()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java167 filter.addAction(Intent.ACTION_SCREEN_OFF); in VibratorService()
663 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
DInputMethodManagerService.java456 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive()
674 broadcastFilter.addAction(Intent.ACTION_SCREEN_OFF); in InputMethodManagerService()
DAlarmManagerService.java1910 filter.addAction(Intent.ACTION_SCREEN_OFF); in InteractiveStateReceiver()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java128 mScreenOffIntent = new Intent(Intent.ACTION_SCREEN_OFF); in Notifier()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java138 filter.addAction(Intent.ACTION_SCREEN_OFF); in GlobalActions()
977 || Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanel.java552 filter.addAction(Intent.ACTION_SCREEN_OFF); in registerReceiver()
568 if (Intent.ACTION_SCREEN_OFF.equals(action)) { in registerReceiver()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java144 case Intent.ACTION_SCREEN_OFF: in onReceive()
409 filter.addAction(Intent.ACTION_SCREEN_OFF); in onStart()
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java456 || Intent.ACTION_SCREEN_OFF.equals(action)
759 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in listenForBroadcasts()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java332 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
598 filter.addAction(Intent.ACTION_SCREEN_OFF); in DcTrackerBase()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DScreenMagnifier.java1141 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in ScreenStateObserver()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java339 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF)); in testScreenChangesRules()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java923 new Intent(pm.isScreenOn() ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF)); in makeStatusBarView()
928 filter.addAction(Intent.ACTION_SCREEN_OFF); in makeStatusBarView()
3135 else if (Intent.ACTION_SCREEN_OFF.equals(action)) {
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java768 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
942 filter.addAction(Intent.ACTION_SCREEN_OFF); in onStart()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java399 screenFilter.addAction(Intent.ACTION_SCREEN_OFF); in systemReady()
/frameworks/base/media/java/android/media/
DAudioService.java639 intentFilter.addAction(Intent.ACTION_SCREEN_OFF); in AudioService()
5064 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java1519 public static final String ACTION_SCREEN_OFF = "android.intent.action.SCREEN_OFF"; field in Intent

12