/frameworks/base/services/core/java/com/android/server/ |
D | CachedDeviceStateService.java | 50 case Intent.ACTION_SCREEN_ON: 74 filter.addAction(Intent.ACTION_SCREEN_ON); in onBootPhase()
|
D | LocationManagerService.java | 438 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in initializeLocked() 456 case Intent.ACTION_SCREEN_ON: in initializeLocked()
|
D | AlarmManagerService.java | 4308 filter.addAction(Intent.ACTION_SCREEN_ON); in InteractiveStateReceiver() 4316 interactiveStateChangedLocked(Intent.ACTION_SCREEN_ON.equals(intent.getAction())); in onReceive()
|
D | DeviceIdleController.java | 2120 filter.addAction(Intent.ACTION_SCREEN_ON); in onBootPhase()
|
/frameworks/base/services/core/java/com/android/server/job/controllers/idle/ |
D | CarIdlenessTracker.java | 71 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking() 103 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
|
D | DeviceIdlenessTracker.java | 79 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/ |
D | BatterySaverController.java | 170 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/ |
D | CachedDeviceStateServiceTest.java | 108 mContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON)); in correctlyReportsScreenInteractive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 370 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/ |
D | JobConcurrencyManager.java | 118 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/ |
D | PowerUI.java | 212 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/ |
D | NavigationBarFragment.java | 334 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/ |
D | BrightnessTracker.java | 220 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/ |
D | Notifier.java | 176 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON); in Notifier()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 511 case Intent.ACTION_SCREEN_ON: 2118 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessTrackerTest.java | 848 intent.setAction(screenOn ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF); in sendScreenChange()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 199 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/ |
D | WifiAwareStateManager.java | 402 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/ |
D | DcTracker.java | 340 if (action.equals(Intent.ACTION_SCREEN_ON)) { 690 filter.addAction(Intent.ACTION_SCREEN_ON); in DcTracker()
|
/frameworks/base/api/ |
D | lint-baseline.txt | 156 BroadcastBehavior: android.content.Intent#ACTION_SCREEN_ON:
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 865 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/ |
D | AudioService.java | 793 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/ |
D | Intent.java | 2238 public static final String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON"; field in Intent
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1313 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/ |
D | WifiAwareStateManagerTest.java | 3524 isInteractive ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF); in simulatePowerStateChangeInteractive()
|