Home
last modified time | relevance | path

Searched refs:ACTION_SCREEN_ON (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
DIdleController.java134 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking()
151 if (action.equals(Intent.ACTION_SCREEN_ON) in onReceive()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java79 filter.addAction(Intent.ACTION_SCREEN_ON); in WifiTrafficPoller()
91 } else if (intent.getAction().equals(Intent.ACTION_SCREEN_ON)) { in WifiTrafficPoller()
DWifiWatchdogStateMachine.java367 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in setupNetworkReceiver()
383 mIntentFilter.addAction(Intent.ACTION_SCREEN_ON); in setupNetworkReceiver()
DWifiServiceImpl.java1292 if (action.equals(Intent.ACTION_SCREEN_ON)) {
1331 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in registerForBroadcasts()
DWifiStateMachine.java937 filter.addAction(Intent.ACTION_SCREEN_ON); in WifiStateMachine()
946 if (action.equals(Intent.ACTION_SCREEN_ON)) { in WifiStateMachine()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java139 filter.addAction(Intent.ACTION_SCREEN_ON); in init()
208 } else if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java124 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON); in Notifier()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java198 if (Intent.ACTION_SCREEN_ON.equals(intent.getAction())) {
881 filter.addAction(Intent.ACTION_SCREEN_ON); in attach()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java143 case Intent.ACTION_SCREEN_ON: in onReceive()
322 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java330 if (action.equals(Intent.ACTION_SCREEN_ON)) {
566 filter.addAction(Intent.ACTION_SCREEN_ON); in DcTrackerBase()
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java494 || Intent.ACTION_SCREEN_ON.equals(action)) {
721 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in listenForBroadcasts()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1892 filter.addAction(Intent.ACTION_SCREEN_ON); in InteractiveStateReceiver()
1900 interactiveStateChangedLocked(Intent.ACTION_SCREEN_ON.equals(intent.getAction())); in onReceive()
DInputMethodManagerService.java450 if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
672 broadcastFilter.addAction(Intent.ACTION_SCREEN_ON); in InputMethodManagerService()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java349 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON)); in testScreenChangesRules()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java895 new Intent(pm.isScreenOn() ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF)); in makeStatusBarView()
901 filter.addAction(Intent.ACTION_SCREEN_ON); in makeStatusBarView()
3066 else if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java709 } else if (action.equals(Intent.ACTION_SCREEN_ON)) {
884 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/base/media/java/android/media/
DAudioService.java607 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in AudioService()
4873 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java396 screenFilter.addAction(Intent.ACTION_SCREEN_ON); in systemReady()
/frameworks/base/core/java/android/content/
DIntent.java1484 public static final String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON"; field in Intent
/frameworks/base/api/
Dcurrent.txt7638 field public static final java.lang.String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON";