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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java916 long strongAuthUnlockTimeout = 0; // admin doesn't participate by default field in class:DevicePolicyManagerService.ActiveAdmin
1102 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) {
1104 out.attribute(null, ATTR_VALUE, Long.toString(strongAuthUnlockTimeout));
1356 strongAuthUnlockTimeout = Long.parseLong(
1628 pw.print(prefix); pw.print("strongAuthUnlockTimeout=");
1629 pw.println(strongAuthUnlockTimeout);
5068 if (ap.strongAuthUnlockTimeout != timeoutMs) {
5069 ap.strongAuthUnlockTimeout = timeoutMs;
5089 return admin != null ? admin.strongAuthUnlockTimeout : 0;
5095 long strongAuthUnlockTimeout
[all...]

Completed in 59 milliseconds