Home
last modified time | relevance | path

Searched defs:HINTS (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java39 public static String HINTS = "HNT"; field in NotificationChannels
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
H A DQrCamera.java75 private static Map<DecodeHintType, List<BarcodeFormat>> HINTS = new ArrayMap<>(); field in QrCamera