HomeSort by relevance Sort by last modified time
    Searched refs:filter_user_unlock (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/
PermissionsActivity.java 76 IntentFilter filter_user_unlock = new IntentFilter(Intent.ACTION_USER_PRESENT); local
77 registerReceiver(mShutdownReceiver, filter_user_unlock);
CameraActivity.java 1588 IntentFilter filter_user_unlock = new IntentFilter(Intent.ACTION_USER_PRESENT); local
    [all...]

Completed in 2520 milliseconds