Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java179 String hostnameProperty = "remote_provisioning.hostname"; in getBaseUri() local
180 String hostname = SystemProperties.get(hostnameProperty); in getBaseUri()
182 throw new RuntimeException("System property '" + hostnameProperty + "' is empty. " in getBaseUri()