Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java45 public static String HINTS = "HNT"; field in NotificationChannels
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrCamera.java67 private static Map<DecodeHintType, List<BarcodeFormat>> HINTS = new ArrayMap<>(); field in QrCamera