Home
last modified time | relevance | path

Searched refs:getCameraFacingIntentExtras (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java492 public static int getCameraFacingIntentExtras(Activity currentActivity) { in getCameraFacingIntentExtras() method in Util
H A DCamera.java1105 int intentCameraId = Util.getCameraFacingIntentExtras(this); in getPreferredCameraId()
H A DVideoCamera.java363 int intentCameraId = Util.getCameraFacingIntentExtras(this); in onCreate()
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java644 public static int getCameraFacingIntentExtras(Activity currentActivity) { in getCameraFacingIntentExtras() method in CameraUtil