HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SCREEN_ON (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiTrafficPollerTest.java 91 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,
  /cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
ANRActivity.java 42 }, new IntentFilter(Intent.ACTION_SCREEN_ON));
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 29 Intent.ACTION_SCREEN_ON,
  /frameworks/base/services/core/java/com/android/server/job/controllers/
IdleController.java 132 filter.addAction(Intent.ACTION_SCREEN_ON);
152 if (action.equals(Intent.ACTION_SCREEN_ON)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 85 filter.addAction(Intent.ACTION_SCREEN_ON);
100 } else if (Intent.ACTION_SCREEN_ON.equals(intent.getAction())) {
WifiStateMachine.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 109 } else if (intent.getAction().equals(Intent.ACTION_SCREEN_ON)) {
139 filter.addAction(Intent.ACTION_SCREEN_ON);
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
BatterySaverController.java 122 case Intent.ACTION_SCREEN_ON:
178 final IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 281 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
366 filter.addAction(Intent.ACTION_SCREEN_ON);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
ConnectivityBackgroundTestActivity.java 111 mIntentFilter.addAction(Intent.ACTION_SCREEN_ON);
327 if (Intent.ACTION_SCREEN_ON.equals(action)) {
328 Log.d(TAG, "got ACTION_SCREEN_ON");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 193 filter.addAction(Intent.ACTION_SCREEN_ON);
255 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 66 import static android.content.Intent.ACTION_SCREEN_ON;
145 case ACTION_SCREEN_ON:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 302 filter.addAction(Intent.ACTION_SCREEN_ON);
428 } else if (Intent.ACTION_SCREEN_ON.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessTracker.java 200 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 170 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 290 filter.addAction(Intent.ACTION_SCREEN_ON);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 464 filter.addAction(Intent.ACTION_SCREEN_ON);
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 152 case Intent.ACTION_SCREEN_ON:
416 filter.addAction(Intent.ACTION_SCREEN_ON);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
BrightnessTrackerTest.java 737 intent.setAction(screenOn ? Intent.ACTION_SCREEN_ON : Intent.ACTION_SCREEN_OFF);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 568 || Intent.ACTION_SCREEN_ON.equals(action)) {
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 208 SYSTEM_INTENT_FILTER.addAction(Intent.ACTION_SCREEN_ON);
325 case Intent.ACTION_SCREEN_ON:
326 if (DEBUG) Log.d(TAG, "Received ACTION_SCREEN_ON");
328 // ACTION_SCREEN_ON is usually called after onResume. But, if media
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareStateManager.java 397 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
405 if (action.equals(Intent.ACTION_SCREEN_ON)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 228 if (action.equals(Intent.ACTION_SCREEN_ON)) {
592 filter.addAction(Intent.ACTION_SCREEN_ON);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 1132 milliseconds

1 2 3