HomeSort by relevance Sort by last modified time
    Searched refs:maxScreenLockTime (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 123 int maxScreenLockTime = Integer.MAX_VALUE;
139 maxScreenLockTime = Math.min(p.mMaxScreenLockTime, maxScreenLockTime);
153 if (maxScreenLockTime == Integer.MAX_VALUE) maxScreenLockTime = 0;
156 maxScreenLockTime, requireRemoteWipe);
450 * @param maxScreenLockTime in seconds (0=not enforced)
455 int maxScreenLockTime, boolean requireRemoteWipe) throws IllegalArgumentException {
460 maxScreenLockTime = 0;
476 if (maxScreenLockTime > SCREEN_LOCK_TIME_MAX)
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ProvisionParser.java 67 int maxScreenLockTime = 0;
89 maxScreenLockTime = getValueInt();
126 maxPasswordFails, maxScreenLockTime, true);

Completed in 595 milliseconds