Searched refs:specifiesGlobalProxy (Results 1 – 1 of 1) sorted by relevance
1052 boolean specifiesGlobalProxy = false; field in DevicePolicyManagerService.ActiveAdmin1183 if (specifiesGlobalProxy) { in writeToXml()1185 out.attribute(null, ATTR_VALUE, Boolean.toString(specifiesGlobalProxy)); in writeToXml()1438 specifiesGlobalProxy = Boolean.parseBoolean( in readFromXml()1709 pw.println(specifiesGlobalProxy); in dump()6912 if ((ap.specifiesGlobalProxy) && (!component.equals(who))) { in setGlobalProxy()6926 admin.specifiesGlobalProxy = false; in setGlobalProxy()6931 admin.specifiesGlobalProxy = true; in setGlobalProxy()6961 if (ap.specifiesGlobalProxy) { in getGlobalProxyAdmin()6987 if (ap.specifiesGlobalProxy) { in resetGlobalProxyLocked()