Home
last modified time | relevance | path

Searched refs:filter_user_unlock (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DPermissionsActivity.java78 IntentFilter filter_user_unlock = new IntentFilter(Intent.ACTION_USER_PRESENT); in onCreateTasks() local
79 registerReceiver(mShutdownReceiver, filter_user_unlock); in onCreateTasks()
H A DCameraActivity.java1591 IntentFilter filter_user_unlock = new IntentFilter(Intent.ACTION_USER_PRESENT); in onCreateTasks() local
1592 registerReceiver(mShutdownReceiver, filter_user_unlock); in onCreateTasks()