Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java1283 PersistableBundle bundleCarrier, PersistableBundle bundleAsset) { in loadQnsAneSupportConfigurations() argument
1287 bundleCarrier, bundleAsset, KEY_QNS_SUPPORT_WFC_DURING_AIRPLANE_MODE_BOOL); in loadQnsAneSupportConfigurations()
1291 bundleAsset, in loadQnsAneSupportConfigurations()
1294 getConfig(bundleCarrier, bundleAsset, KEY_QNS_HO_GUARDING_BY_PREFERENCE_BOOL); in loadQnsAneSupportConfigurations()
1296 getConfig(bundleCarrier, bundleAsset, KEY_QNS_SUPPORT_SERVICE_BARRING_CHECK_BOOL); in loadQnsAneSupportConfigurations()
1300 bundleAsset, in loadQnsAneSupportConfigurations()
1305 bundleAsset, in loadQnsAneSupportConfigurations()
1310 bundleAsset, in loadQnsAneSupportConfigurations()
1315 bundleAsset, in loadQnsAneSupportConfigurations()
1317 mIsBlockIpv6OnlyWifi = getConfig(bundleCarrier, bundleAsset, KEY_BLOCK_IPV6_ONLY_WIFI_BOOL); in loadQnsAneSupportConfigurations()
[all …]
DQnsCarrierAnspSupportConfig.java1012 void loadQnsAnspSupportArray(PersistableBundle bundleCarrier, PersistableBundle bundleAsset) { in loadQnsAnspSupportArray() argument
1013 updateAnspThresholdArrayList(bundleCarrier, bundleAsset); in loadQnsAnspSupportArray()
1014 updateAnspPolicyArrayList(bundleCarrier, bundleAsset); in loadQnsAnspSupportArray()
1018 PersistableBundle bundleCarrier, PersistableBundle bundleAsset) { in updateAnspThresholdArrayList() argument
1021 int[] anspThresholdArray = QnsUtils.getConfig(bundleCarrier, bundleAsset, key); in updateAnspThresholdArrayList()
1068 PersistableBundle bundleCarrier, PersistableBundle bundleAsset) { in updateAnspPolicyArrayList() argument
1146 String[] anspPolicyArray = QnsUtils.getConfig(bundleCarrier, bundleAsset, key); in updateAnspPolicyArrayList()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java563 PersistableBundle bundleAsset = new PersistableBundle(); in testGetQnsSupportedNetCapabilitiesWithTestBundle() local
564 bundleAsset.putInt( in testGetQnsSupportedNetCapabilitiesWithTestBundle()
567 mConfigManager.loadQnsAneSupportConfigurations(bundleAsset, null); in testGetQnsSupportedNetCapabilitiesWithTestBundle()
573 bundleAsset.putInt( in testGetQnsSupportedNetCapabilitiesWithTestBundle()
581 bundleAsset.putInt( in testGetQnsSupportedNetCapabilitiesWithTestBundle()
584 mConfigManager.loadQnsAneSupportConfigurations(bundleCarrierConfig, bundleAsset); in testGetQnsSupportedNetCapabilitiesWithTestBundle()
596 mConfigManager.loadQnsAneSupportConfigurations(bundleCarrierConfig, bundleAsset); in testGetQnsSupportedNetCapabilitiesWithTestBundle()