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

  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 112 final long currentTimeout = Settings.System.getLong(resolver, SCREEN_OFF_TIMEOUT,
114 mScreenTimeoutPreference.setValue(String.valueOf(currentTimeout));
117 updateTimeoutPreferenceDescription(currentTimeout);
148 private void updateTimeoutPreferenceDescription(long currentTimeout) {
151 if (currentTimeout < 0) {
163 if (currentTimeout >= timeout) {
SecuritySettings.java 382 long currentTimeout = Settings.Secure.getLong(getContentResolver(),
384 mLockAfter.setValue(String.valueOf(currentTimeout));
399 long currentTimeout = Settings.Secure.getLong(getContentResolver(),
406 if (currentTimeout >= timeout) {
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 393 long currentTimeout = dpm.getPasswordExpirationTimeout(mAdminName);
394 if (currentTimeout == 0
395 || currentTimeout > policy.getDPManagerPasswordExpirationTimeout()) {
    [all...]

Completed in 1061 milliseconds