Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
DProgramSelectorExt.java92 private static final Map<String, Integer> URI_TO_ID = new HashMap<>(); field in ProgramSelectorExt
300 URI_TO_ID.put(name, idType);
341 return URI_TO_ID.get(typeUri); in uriToType()