HomeSort by relevance Sort by last modified time
    Searched full:lockaftertimeout (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java 636 final long lockAfterTimeout = Settings.Secure.getInt(cr,
648 timeout = Math.min(policyTimeout - displayTimeout, lockAfterTimeout);
650 timeout = lockAfterTimeout;
    [all...]

Completed in 2052 milliseconds