Home
last modified time | relevance | path

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

/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.java4311 filter.addAction(Intent.ACTION_SCREEN_ON); in InteractiveStateReceiver()
4319 interactiveStateChangedLocked(Intent.ACTION_SCREEN_ON.equals(intent.getAction())); in onReceive()
DDeviceIdleController.java1960 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.java360 filter.addAction(Intent.ACTION_SCREEN_ON); in updateShowSeconds()
486 } 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.java210 filter.addAction(Intent.ACTION_SCREEN_ON); in init()
283 } else if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java331 filter.addAction(Intent.ACTION_SCREEN_ON); in onViewCreated()
1064 || Intent.ACTION_SCREEN_ON.equals(action)) {
1067 if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java218 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in backgroundStart()
950 } 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.java484 case Intent.ACTION_SCREEN_ON:
2085 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java200 case Intent.ACTION_SCREEN_ON: in onReceive()
492 filter.addAction(Intent.ACTION_SCREEN_ON); in onStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java835 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.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.java332 if (action.equals(Intent.ACTION_SCREEN_ON)) {
702 filter.addAction(Intent.ACTION_SCREEN_ON); in DcTracker()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java851 filter.addAction(Intent.ACTION_SCREEN_ON); in ClientModeImpl()
859 if (action.equals(Intent.ACTION_SCREEN_ON)) { in ClientModeImpl()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java796 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in AudioService()
5652 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java2226 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.java1286 if (action.equals(Intent.ACTION_SCREEN_ON)) {
1769 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...