Searched refs:DEFAULT_STRONG_AUTH_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance
3456 final long MAX_MINUS_ONE_MINUTE = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS in testSetRequiredStrongAuthTimeout_DeviceOwner()3476 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()3484 DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS + ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()3485 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()3487 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()3493 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()3515 assertThat(DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) in testSetRequiredStrongAuthTimeout_DeviceOwner()
454 if (strongAuthUnlockTimeout != DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in writeToXml()
2564 == DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) { in moveDoPoliciesToProfileParentAdminLocked()6160 if (timeoutMs > DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS) {6161 timeoutMs = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;6202 return DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;6224 long strongAuthUnlockTimeout = DevicePolicyManager.DEFAULT_STRONG_AUTH_TIMEOUT_MS;
1196 public static final long DEFAULT_STRONG_AUTH_TIMEOUT_MS = 72 * 60 * 60 * 1000; // 72h field in DevicePolicyManager6551 return DEFAULT_STRONG_AUTH_TIMEOUT_MS; in getRequiredStrongAuthTimeout()
2489 Landroid/app/admin/DevicePolicyManager;->DEFAULT_STRONG_AUTH_TIMEOUT_MS:J