Searched refs:dabConfig (Results 1 – 2 of 2) sorted by relevance
141 Mutable<List<DabTableEntry>> dabConfig = new Mutable<>(); in tryLoadingModule() local143 if (result == Result.OK) dabConfig.value = config; in tryLoadingModule()147 service.getProperties(), amfmConfig.value, dabConfig.value); in tryLoadingModule()
211 @Nullable AmFmRegionConfig amfmConfig, @Nullable List<DabTableEntry> dabConfig) { in propertiesFromHal() argument242 dabConfigFromHal(dabConfig), in propertiesFromHal()