Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/
DCachedDeviceStateService.java50 case Intent.ACTION_SCREEN_ON:
74 filter.addAction(Intent.ACTION_SCREEN_ON); in onBootPhase()
DAlarmManagerService.java4351 filter.addAction(Intent.ACTION_SCREEN_ON); in InteractiveStateReceiver()
4359 interactiveStateChangedLocked(Intent.ACTION_SCREEN_ON.equals(intent.getAction())); in onReceive()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/
DCarIdlenessTracker.java73 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking()
121 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
DDeviceIdlenessTracker.java87 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking()
158 case Intent.ACTION_SCREEN_ON: in onReceive()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverController.java190 case Intent.ACTION_SCREEN_ON:
246 final IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON); in systemReady()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DCachedDeviceStateServiceTest.java110 mContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON)); in correctlyReportsScreenInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java367 filter.addAction(Intent.ACTION_SCREEN_ON); in updateShowSeconds()
493 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java118 final IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON); in onSystemReady()
129 case Intent.ACTION_SCREEN_ON:
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java236 filter.addAction(Intent.ACTION_SCREEN_ON); in init()
321 } else if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java496 filter.addAction(Intent.ACTION_SCREEN_ON); in onViewCreated()
1421 || Intent.ACTION_SCREEN_ON.equals(action)) {
1423 mNavigationBarView.onScreenStateChanged(Intent.ACTION_SCREEN_ON.equals(action));
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java229 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in backgroundStart()
963 } else if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java182 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON); in Notifier()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java520 case Intent.ACTION_SCREEN_ON:
2127 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java360 screenIntentFilter.addAction(Intent.ACTION_SCREEN_ON); in onSystemReady()
364 if (Intent.ACTION_SCREEN_ON.equals(intent.getAction()) in onSystemReady()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java236 case Intent.ACTION_SCREEN_ON: in onReceive()
546 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java881 intent.setAction(screenOn ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF); in sendScreenChange()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java406 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in start()
414 if (action.equals(Intent.ACTION_SCREEN_ON) in start()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java341 if (action.equals(Intent.ACTION_SCREEN_ON)) {
691 filter.addAction(Intent.ACTION_SCREEN_ON); in DcTracker()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java844 filter.addAction(Intent.ACTION_SCREEN_ON); in ClientModeImpl()
852 if (action.equals(Intent.ACTION_SCREEN_ON)) { in ClientModeImpl()
/frameworks/base/api/
Dlint-baseline.txt180 BroadcastBehavior: android.content.Intent#ACTION_SCREEN_ON:
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java852 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in AudioService()
6593 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DDeviceIdleController.java2117 filter.addAction(Intent.ACTION_SCREEN_ON); in onBootPhase()
/frameworks/base/core/java/android/content/
DIntent.java2266 public static final String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON"; field in Intent
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1538 if (action.equals(Intent.ACTION_SCREEN_ON)) {
2105 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java3790 isInteractive ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF); in simulatePowerStateChangeInteractive()

12