Searched refs:INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE (Results 1 – 4 of 4) sorted by relevance
183 private static final String INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE = field in CameraActivity1566 if (INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.equals(action) in onCreateTasks()1709 ||MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.equals(intentAction) in getModeIndex()2044 case MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE: in resume()
1533 || MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.equals(action)); in isResumeFromLockscreen()
57 …field public static final String INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE = "android.media.action.S…
458 public static final String INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE = field in MediaStore