Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DCameraPictureSizesCacher.java47 String thisCameraCachedBuild = defaultPrefs.getString(key_build, null); in updateSizesForCamera() local
49 if (thisCameraCachedBuild == null) { in updateSizesForCamera()
114 String thisCameraCachedBuild = defaultPrefs.getString(key_build, null); in getCachedSizesForCamera() local
115 if (thisCameraCachedBuild != null && thisCameraCachedBuild.equals(Build.DISPLAY)) { in getCachedSizesForCamera()