Searched refs:ACTION_USER_PRESENT (Results 1 – 11 of 11) sorted by relevance
79 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {93 filter.addAction(Intent.ACTION_USER_PRESENT); in onAttachedToWindow()
92 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {106 filter.addAction(Intent.ACTION_USER_PRESENT); in onAttachedToWindow()
132 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT); in notifyScreenshotError()
297 private static final Intent USER_PRESENT_INTENT = new Intent(Intent.ACTION_USER_PRESENT)
495 intentFilter.addAction(Intent.ACTION_USER_PRESENT); in registerBroadcastReceivers()508 } else if (Intent.ACTION_USER_PRESENT.equals(action)) { in registerBroadcastReceivers()
2663 intentFilter.addAction(Intent.ACTION_USER_PRESENT); in registerForBroadcasts()
2254 public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT"; field in Intent
1324 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {1786 filter.addAction(Intent.ACTION_USER_PRESENT); in onStart()
989 new IntentFilter(Intent.ACTION_USER_PRESENT), null, null); in ConnectivityService()
7693 …field public static final java.lang.String ACTION_USER_PRESENT = "android.intent.action.USER_PRESE…
10321 field public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT";