Searched refs:allConfigs (Results 1 – 3 of 3) sorted by relevance
167 ArrayList<TelemetryProto.MetricsConfig> allConfigs = in getMetricsConfigs() local171 allConfigs.add(iterator.next()); in getMetricsConfigs()173 return allConfigs; in getMetricsConfigs()
452 ArrayList<VehiclePropConfig> allConfigs = new ArrayList<>(); in getAllPropConfigsThroughMultipleRequests() local458 allConfigs.addAll(subConfigs); in getAllPropConfigsThroughMultipleRequests()462 return vehiclePropConfigsToHalPropConfigs(allConfigs); in getAllPropConfigsThroughMultipleRequests()
1400 PersistableBundle allConfigs = getConfigForSubIdWithFeature(subscriptionId, callingPackage, in getConfigSubsetForSubIdWithFeature() local1402 if (allConfigs.isEmpty()) { in getConfigSubsetForSubIdWithFeature()1403 return allConfigs; in getConfigSubsetForSubIdWithFeature()1412 Object value = allConfigs.get(carrierConfigKey); in getConfigSubsetForSubIdWithFeature()1429 configSubset.putObject(generalKey, allConfigs.get(generalKey)); in getConfigSubsetForSubIdWithFeature()