Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrCamera.java69 private static List<BarcodeFormat> FORMATS = new ArrayList<>(); field in QrCamera
72 FORMATS.add(BarcodeFormat.QR_CODE);
73 HINTS.put(DecodeHintType.POSSIBLE_FORMATS, FORMATS); in HINTS.put() argument
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrCamera.java76 private static List<BarcodeFormat> FORMATS = new ArrayList<>(); field in QrCamera
79 FORMATS.add(BarcodeFormat.QR_CODE);
80 HINTS.put(DecodeHintType.POSSIBLE_FORMATS, FORMATS); in HINTS.put() argument