Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DCarTelemetrydPublisher.java167 ArrayList<TelemetryProto.MetricsConfig> allConfigs = in getMetricsConfigs() local
171 allConfigs.add(iterator.next()); in getMetricsConfigs()
173 return allConfigs; in getMetricsConfigs()
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java452 ArrayList<VehiclePropConfig> allConfigs = new ArrayList<>(); in getAllPropConfigsThroughMultipleRequests() local
458 allConfigs.addAll(subConfigs); in getAllPropConfigsThroughMultipleRequests()
462 return vehiclePropConfigsToHalPropConfigs(allConfigs); in getAllPropConfigsThroughMultipleRequests()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java1400 PersistableBundle allConfigs = getConfigForSubIdWithFeature(subscriptionId, callingPackage, in getConfigSubsetForSubIdWithFeature() local
1402 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()