Searched refs:ACTION_SCREEN_ON (Results 1 - 21 of 21) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiTrafficPollerTest.java91 intentFilter.hasAction(Intent.ACTION_SCREEN_ON) &&
97 triggerForUpdatedInformationOfData(Intent.ACTION_SCREEN_ON,
127 triggerForUpdatedInformationOfData(Intent.ACTION_SCREEN_ON,
141 triggerForUpdatedInformationOfData(Intent.ACTION_SCREEN_ON,
174 triggerForUpdatedInformationOfData(Intent.ACTION_SCREEN_ON,
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DIdleController.java132 filter.addAction(Intent.ACTION_SCREEN_ON);
152 if (action.equals(Intent.ACTION_SCREEN_ON)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiTrafficPoller.java85 filter.addAction(Intent.ACTION_SCREEN_ON);
100 } else if (Intent.ACTION_SCREEN_ON.equals(intent.getAction())) {
H A DWifiStateMachine.java833 filter.addAction(Intent.ACTION_SCREEN_ON);
841 if (action.equals(Intent.ACTION_SCREEN_ON)) {
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverController.java122 case Intent.ACTION_SCREEN_ON:
178 final IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java193 filter.addAction(Intent.ACTION_SCREEN_ON);
255 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java302 filter.addAction(Intent.ACTION_SCREEN_ON);
428 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java200 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
809 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java170 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java290 filter.addAction(Intent.ACTION_SCREEN_ON);
1092 || Intent.ACTION_SCREEN_ON.equals(action)) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java152 case Intent.ACTION_SCREEN_ON:
416 filter.addAction(Intent.ACTION_SCREEN_ON);
2027 // PowerManger will send the broadcast Intent.ACTION_SCREEN_ON and after this gets
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DBrightnessTrackerTest.java737 intent.setAction(screenOn ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java568 || Intent.ACTION_SCREEN_ON.equals(action)) {
2413 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java397 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
405 if (action.equals(Intent.ACTION_SCREEN_ON)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java228 if (action.equals(Intent.ACTION_SCREEN_ON)) {
592 filter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java3797 filter.addAction(Intent.ACTION_SCREEN_ON);
3805 interactiveStateChangedLocked(Intent.ACTION_SCREEN_ON.equals(intent.getAction()));
H A DDeviceIdleController.java1535 filter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java848 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
6523 } else if (action.equals(Intent.ACTION_SCREEN_ON)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1106 if (action.equals(Intent.ACTION_SCREEN_ON)) {
1523 filter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/base/core/java/android/content/
H A DIntent.java1953 public static final String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON"; field in class:Intent
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java3473 isInteractive ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF);

Completed in 548 milliseconds