Searched refs:globalProxySpec (Results 1 – 1 of 1) sorted by relevance
983 String globalProxySpec = null; field in DevicePolicyManagerService.ActiveAdmin1116 if (globalProxySpec != null) { in writeToXml()1118 out.attribute(null, ATTR_VALUE, globalProxySpec); in writeToXml()1365 globalProxySpec = in readFromXml()1638 if (globalProxySpec != null) { in dump()1640 pw.println(globalProxySpec); in dump()6329 admin.globalProxySpec = null; in setGlobalProxy()6334 admin.globalProxySpec = proxySpec; in setGlobalProxy()6394 saveGlobalProxyLocked(ap.globalProxySpec, ap.globalProxyExclusionList); in resetGlobalProxyLocked()