Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/manifest/
DAppManifestConfigParser.java52 String fcServerUrl = null; in getConfig() local
77 fcServerUrl = parser.getAttributeValue(null, ATTR_FC_URL); in getConfig()
85 return new AppManifestConfig(downloadUrl, serviceName, fcServerUrl); in getConfig()