Searched refs:HINTS (Results 1 – 4 of 4) sorted by relevance
45 public static String HINTS = "HNT"; field in NotificationChannels93 HINTS, in createAll()
59 NotificationChannels.HINTS, in testChannelSetup()
68 private static Map<DecodeHintType, List<BarcodeFormat>> HINTS = new ArrayMap<>(); field in QrCamera73 HINTS.put(DecodeHintType.POSSIBLE_FORMATS, FORMATS); in HINTS.put()91 mReader.setHints(HINTS); in QrCamera()
365 new Notification.Builder(mContext, NotificationChannels.HINTS) in showAutoSaverSuggestionNotification()