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()
DLocationManagerService.java438 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in initializeLocked()
456 case Intent.ACTION_SCREEN_ON: in initializeLocked()
DAlarmManagerService.java4308 filter.addAction(Intent.ACTION_SCREEN_ON); in InteractiveStateReceiver()
4316 interactiveStateChangedLocked(Intent.ACTION_SCREEN_ON.equals(intent.getAction())); in onReceive()
DDeviceIdleController.java2120 filter.addAction(Intent.ACTION_SCREEN_ON); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/job/controllers/idle/
DCarIdlenessTracker.java71 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking()
103 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
DDeviceIdlenessTracker.java79 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking()
106 if (action.equals(Intent.ACTION_SCREEN_ON) in onReceive()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverController.java170 case Intent.ACTION_SCREEN_ON:
225 final IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON); in systemReady()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DCachedDeviceStateServiceTest.java108 mContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON)); in correctlyReportsScreenInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java370 filter.addAction(Intent.ACTION_SCREEN_ON); in updateShowSeconds()
497 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/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.java212 filter.addAction(Intent.ACTION_SCREEN_ON); in init()
285 } else if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java334 filter.addAction(Intent.ACTION_SCREEN_ON); in onViewCreated()
1078 || Intent.ACTION_SCREEN_ON.equals(action)) {
1081 if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java220 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in backgroundStart()
953 } else if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java176 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON); in Notifier()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java511 case Intent.ACTION_SCREEN_ON:
2118 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java848 intent.setAction(screenOn ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF); in sendScreenChange()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java199 case Intent.ACTION_SCREEN_ON: in onReceive()
503 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java402 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in start()
410 if (action.equals(Intent.ACTION_SCREEN_ON) in start()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java340 if (action.equals(Intent.ACTION_SCREEN_ON)) {
690 filter.addAction(Intent.ACTION_SCREEN_ON); in DcTracker()
/frameworks/base/api/
Dlint-baseline.txt156 BroadcastBehavior: android.content.Intent#ACTION_SCREEN_ON:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java865 filter.addAction(Intent.ACTION_SCREEN_ON); in ClientModeImpl()
873 if (action.equals(Intent.ACTION_SCREEN_ON)) { in ClientModeImpl()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java793 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in AudioService()
5772 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java2238 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.java1313 if (action.equals(Intent.ACTION_SCREEN_ON)) {
1841 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java3524 isInteractive ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF); in simulatePowerStateChangeInteractive()

12