Searched defs:TAG_MAX_TIME_TO_UNLOCK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java857 private static final String TAG_MAX_TIME_TO_UNLOCK = "max-time-to-unlock"; field in class:DevicePolicyManagerService.ActiveAdmin
1098 out.startTag(null, TAG_MAX_TIME_TO_UNLOCK);
1100 out.endTag(null, TAG_MAX_TIME_TO_UNLOCK);
1352 }else if (TAG_MAX_TIME_TO_UNLOCK.equals(tag)) {

Completed in 64 milliseconds