Searched refs:globalProxySpec (Results 1 – 1 of 1) sorted by relevance
1053 String globalProxySpec = null; field in DevicePolicyManagerService.ActiveAdmin1187 if (globalProxySpec != null) { in writeToXml()1189 out.attribute(null, ATTR_VALUE, globalProxySpec); in writeToXml()1441 globalProxySpec = in readFromXml()1714 if (globalProxySpec != null) { in dump()1716 pw.println(globalProxySpec); in dump()6927 admin.globalProxySpec = null; in setGlobalProxy()6932 admin.globalProxySpec = proxySpec; in setGlobalProxy()6988 saveGlobalProxyLocked(ap.globalProxySpec, ap.globalProxyExclusionList); in resetGlobalProxyLocked()