Searched refs:ACTION_USER_PRESENT (Results 1 – 17 of 17) sorted by relevance
41 if (intent.action == Intent.ACTION_USER_PRESENT) onChange(false) in onReceive()45 private val userPresentIntentFilter: IntentFilter = IntentFilter(Intent.ACTION_USER_PRESENT)
243 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT); in notifyScreenshotError()
291 mUserPresentReceiver.onReceive(mContext, new Intent(Intent.ACTION_USER_PRESENT))); in testReceiveIntentFromNonHandlerThread()
418 Intent mIntent = new Intent(Intent.ACTION_USER_PRESENT); in testUserLockedAfterCarrierConfigChanged()
287 filter.addAction(Intent.ACTION_USER_PRESENT); in registerBroadcastListeners()1604 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1409 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testVerifyEnqueuedTime_withReplacePending()1438 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testCleanupDisabledPackageReceiversLocked()1527 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testSkipPolicy_atEnqueueTime()
1744 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT)
702 new IntentFilter(Intent.ACTION_USER_PRESENT), in registerReceivers()
456 private static final Intent USER_PRESENT_INTENT = new Intent(Intent.ACTION_USER_PRESENT)
146 BroadcastBehavior: android.content.Intent#ACTION_USER_PRESENT:147 Field 'ACTION_USER_PRESENT' is missing @BroadcastBehavior
184 BroadcastBehavior: android.content.Intent#ACTION_USER_PRESENT:185 Field 'ACTION_USER_PRESENT' is missing @BroadcastBehavior
188 BroadcastBehavior: android.content.Intent#ACTION_USER_PRESENT:189 Field 'ACTION_USER_PRESENT' is missing @BroadcastBehavior
11281 field public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT";
2560 public static final String ACTION_USER_PRESENT = "android.intent.action.USER_PRESENT"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7693 …field public static final java.lang.String ACTION_USER_PRESENT = "android.intent.action.USER_PRESE…