Home
last modified time | relevance | path

Searched refs:ACTION_USER_PRESENT (Results 1 – 9 of 9) 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/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardViewMediator.java517 mUserPresentIntent = new Intent(Intent.ACTION_USER_PRESENT); in KeyguardViewMediator()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java1212 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1330 filter.addAction(Intent.ACTION_USER_PRESENT); in NotificationManagerService()
DConnectivityService.java2013 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.java1457 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.txt6130 …field public static final java.lang.String ACTION_USER_PRESENT = "android.intent.action.USER_PRESE…