Searched defs:TAG_GLOBAL_PROXY_SPEC (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java665 private static final String TAG_GLOBAL_PROXY_SPEC = "global-proxy-spec"; field in class:DevicePolicyManagerService.ActiveAdmin
914 out.startTag(null, TAG_GLOBAL_PROXY_SPEC);
916 out.endTag(null, TAG_GLOBAL_PROXY_SPEC);
1140 } else if (TAG_GLOBAL_PROXY_SPEC.equals(tag)) {

Completed in 48 milliseconds