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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java683 private static final String TAG_POLICIES = "policies"; field in class:DevicePolicyManagerService.ActiveAdmin
838 out.startTag(null, TAG_POLICIES);
840 out.endTag(null, TAG_POLICIES);
1099 if (TAG_POLICIES.equals(tag)) {

Completed in 53 milliseconds