Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
DProgramSelectorExt.java91 private static final Map<Integer, String> ID_TO_URI = new HashMap<>(); field in ProgramSelectorExt
299 ID_TO_URI.put(idType, name);
323 return ID_TO_URI.get(identifierType); in typeToUri()