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

/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java91 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
105 filter.addAction(Intent.ACTION_USER_PRESENT);
H A DViewFlipper.java75 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
89 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java911 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
947 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1360 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1400 intentFilter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java273 private static final Intent USER_PRESENT_INTENT = new Intent(Intent.ACTION_USER_PRESENT)
805 // In this case, send out ACTION_USER_PRESENT here instead of in
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java386 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
653 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java352 intentFilter.addAction(Intent.ACTION_USER_PRESENT);
363 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java775 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
950 filter.addAction(Intent.ACTION_USER_PRESENT);
/frameworks/base/core/java/android/content/
H A DIntent.java1734 public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1549 final IntentFilter filter = new IntentFilter(Intent.ACTION_USER_PRESENT);

Completed in 457 milliseconds