Searched refs:ACTION_USER_PRESENT (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DViewFlipper.java75 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
89 filter.addAction(Intent.ACTION_USER_PRESENT);
H A DAdapterViewFlipper.java90 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
104 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1364 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1407 intentFilter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java521 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
809 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java285 private static final Intent USER_PRESENT_INTENT = new Intent(Intent.ACTION_USER_PRESENT)
951 // In this case, send out ACTION_USER_PRESENT here instead of in
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java386 intentFilter.addAction(Intent.ACTION_USER_PRESENT);
399 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java791 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1040 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/core/java/android/content/
H A DIntent.java1834 public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java5584 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT);

Completed in 1313 milliseconds