Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DViewFlipper.java78 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
92 filter.addAction(Intent.ACTION_USER_PRESENT); in onAttachedToWindow()
DAdapterViewFlipper.java84 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
98 filter.addAction(Intent.ACTION_USER_PRESENT); in onAttachedToWindow()
/frameworks/base/services/java/com/android/server/wifi/
DWifiService.java1142 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1180 intentFilter.addAction(Intent.ACTION_USER_PRESENT); in registerForBroadcasts()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardViewMediator.java233 private static final Intent USER_PRESENT_INTENT = new Intent(Intent.ACTION_USER_PRESENT)
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java1236 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1354 filter.addAction(Intent.ACTION_USER_PRESENT); in NotificationManagerService()
DConnectivityService.java2286 final IntentFilter filter = new IntentFilter(Intent.ACTION_USER_PRESENT); in systemReady()
/frameworks/base/services/java/com/android/server/accessibility/
DAccessibilityManagerService.java332 intentFilter.addAction(Intent.ACTION_USER_PRESENT); in registerBroadcastReceivers()
342 } else if (Intent.ACTION_USER_PRESENT.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/core/java/android/content/
DIntent.java1459 public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT"; field in Intent
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt514 NO DOC BLOCK: android.content.Intent Field ACTION_USER_PRESENT
/frameworks/base/api/
Dcurrent.txt6417 …field public static final java.lang.String ACTION_USER_PRESENT = "android.intent.action.USER_PRESE…