Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1899 final String strExpiration = mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() local
1901 if (strExpiration == null) return null; in getTestUrl()
1905 expTime = Long.parseUnsignedLong(strExpiration); in getTestUrl()