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

1 2

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java 51 new IntentFilter(Intent.ACTION_SCREEN_OFF));
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 29 Intent.ACTION_SCREEN_OFF,
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlert.java 68 new IntentFilter(Intent.ACTION_SCREEN_OFF));
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 81 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
97 filter.addAction(Intent.ACTION_SCREEN_OFF);
ViewFlipper.java 75 if (Intent.ACTION_SCREEN_OFF.equals(action)) {
91 filter.addAction(Intent.ACTION_SCREEN_OFF);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
ScreenLockTestActivity.java 68 filter.addAction(Intent.ACTION_SCREEN_OFF);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 283 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) {
367 filter.addAction(Intent.ACTION_SCREEN_OFF);
  /frameworks/base/services/java/com/android/server/
VibratorService.java 136 filter.addAction(Intent.ACTION_SCREEN_OFF);
516 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
StatusBarManagerService.java 599 || Intent.ACTION_SCREEN_OFF.equals(action)) {
NotificationManagerService.java 538 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
616 filter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
WifiService.java     [all...]
InputMethodManagerService.java 406 } else if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
607 screenOnOffFilt.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 106 if (Intent.ACTION_SCREEN_OFF.equals(intent.getAction())) {
209 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 103 filter.addAction(Intent.ACTION_SCREEN_OFF);
715 || Intent.ACTION_SCREEN_OFF.equals(action)) {
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 180 } else if (Intent.ACTION_SCREEN_OFF.equals(intent.getAction())) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 335 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
508 filter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
RIL.java 268 } else if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
647 filter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 619 filter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 343 filter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 487 filter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 627 mScreenFilter.addAction(Intent.ACTION_SCREEN_OFF);
640 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 357 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF));
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 352 screenFilter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 471 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 729 milliseconds

1 2