/frameworks/base/core/java/android/widget/ |
D | ViewFlipper.java | 74 if (Intent.ACTION_SCREEN_OFF.equals(action)) { 90 filter.addAction(Intent.ACTION_SCREEN_OFF); in onAttachedToWindow()
|
D | AdapterViewFlipper.java | 90 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/ |
D | IdleController.java | 135 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/ |
D | WifiTrafficPoller.java | 78 filter.addAction(Intent.ACTION_SCREEN_OFF); in WifiTrafficPoller() 89 } else if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) { in WifiTrafficPoller()
|
D | WifiWatchdogStateMachine.java | 369 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) { in setupNetworkReceiver() 384 mIntentFilter.addAction(Intent.ACTION_SCREEN_OFF); in setupNetworkReceiver()
|
D | WifiServiceImpl.java | 1341 } 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/ |
D | PowerUI.java | 138 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/ |
D | ScreenPinningRequest.java | 181 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/ |
D | RecentsActivity.java | 162 if (action.equals(Intent.ACTION_SCREEN_OFF)) { 393 filter.addAction(Intent.ACTION_SCREEN_OFF); in onCreate()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 167 filter.addAction(Intent.ACTION_SCREEN_OFF); in VibratorService() 663 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
|
D | InputMethodManagerService.java | 456 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive() 674 broadcastFilter.addAction(Intent.ACTION_SCREEN_OFF); in InputMethodManagerService()
|
D | AlarmManagerService.java | 1910 filter.addAction(Intent.ACTION_SCREEN_OFF); in InteractiveStateReceiver()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 128 mScreenOffIntent = new Intent(Intent.ACTION_SCREEN_OFF); in Notifier()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | GlobalActions.java | 138 filter.addAction(Intent.ACTION_SCREEN_OFF); in GlobalActions() 977 || Intent.ACTION_SCREEN_OFF.equals(action)) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumePanel.java | 552 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/ |
D | HdmiControlService.java | 144 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/ |
D | GpsLocationProvider.java | 456 || 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/ |
D | DcTrackerBase.java | 332 } 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/ |
D | ScreenMagnifier.java | 1141 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_SCREEN_OFF)); in ScreenStateObserver()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkPolicyManagerServiceTest.java | 339 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF)); in testScreenChangesRules()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 923 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/ |
D | NotificationManagerService.java | 768 } 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/ |
D | NetworkPolicyManagerService.java | 399 screenFilter.addAction(Intent.ACTION_SCREEN_OFF); in systemReady()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 639 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/ |
D | Intent.java | 1519 public static final String ACTION_SCREEN_OFF = "android.intent.action.SCREEN_OFF"; field in Intent
|