Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java1409 PersistableBundle configSubset = new PersistableBundle( in getConfigSubsetForSubIdWithFeature() local
1421 configSubset.putPersistableBundle(carrierConfigKey, (PersistableBundle) value); in getConfigSubsetForSubIdWithFeature()
1423 configSubset.putObject(carrierConfigKey, value); in getConfigSubsetForSubIdWithFeature()
1429 configSubset.putObject(generalKey, allConfigs.get(generalKey)); in getConfigSubsetForSubIdWithFeature()
1432 return configSubset; in getConfigSubsetForSubIdWithFeature()