Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnGatewayConnectionConfigTest.java347 PersistableBundle configBundle = buildTestConfig().toPersistableBundle(); in testParsePersistableBundleWithoutVcnUnderlyingNetworkTemplates() local
348 configBundle.putPersistableBundle(UNDERLYING_NETWORK_TEMPLATES_KEY, null); in testParsePersistableBundleWithoutVcnUnderlyingNetworkTemplates()
350 final VcnGatewayConnectionConfig config = new VcnGatewayConnectionConfig(configBundle); in testParsePersistableBundleWithoutVcnUnderlyingNetworkTemplates()
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java259 PersistableBundle configBundle = null; in VcnManagementService() local
261 configBundle = mConfigDiskRwHelper.readFromDisk(); in VcnManagementService()
267 configBundle = mConfigDiskRwHelper.readFromDisk(); in VcnManagementService()
274 if (configBundle != null) { in VcnManagementService()
277 configBundle, in VcnManagementService()