Searched refs:lockIntent (Results 1 – 2 of 2) sorted by relevance
952 Intent lockIntent = new Intent(DELAYED_LOCK_PROFILE_ACTION); in doKeyguardLaterForChildProfilesLocked() local953 lockIntent.putExtra("seq", mDelayedProfileShowingSequence); in doKeyguardLaterForChildProfilesLocked()954 lockIntent.putExtra(Intent.EXTRA_USER_ID, profileId); in doKeyguardLaterForChildProfilesLocked()955 lockIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in doKeyguardLaterForChildProfilesLocked()957 mContext, 0, lockIntent, PendingIntent.FLAG_CANCEL_CURRENT); in doKeyguardLaterForChildProfilesLocked()
1005 final Intent lockIntent = new Intent(Intent.ACTION_DEVICE_LOCKED_CHANGED);1006 lockIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);1007 lockIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId);1008 mContext.sendBroadcastAsUser(lockIntent, UserHandle.SYSTEM,