Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
DRadioTestFragment.java236 RadioManager.ModuleProperties moduleProperties = mModules.get(moduleIndex); in connectRadio() local
237 if (mFirstAmFmModuleId == INVALID_MODULE_ID && (moduleProperties in connectRadio()
239 || moduleProperties.isProgramIdentifierSupported( in connectRadio()
241 || moduleProperties.isProgramIdentifierSupported( in connectRadio()
243 for (RadioManager.BandDescriptor band : moduleProperties.getBands()) { in connectRadio()
259 && (moduleProperties.isProgramIdentifierSupported( in connectRadio()
261 || moduleProperties.isProgramIdentifierSupported( in connectRadio()
263 Map<String, Integer> dabFrequencyTable = moduleProperties.getDabFrequencyTable(); in connectRadio()