Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
DProgramSelectorExt.java85 private static final String URI_AUTHORITY_PROGRAM = "program"; field in ProgramSelectorExt
384 .authority(URI_AUTHORITY_PROGRAM) in toUri()
406 if (!URI_AUTHORITY_PROGRAM.equals(uri.getAuthority())) { in fromUri()