Home
last modified time | relevance | path

Searched refs:PREF_AUTOLOGIN_TIME (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DGoogleAccountLogin.java57 public static final String PREF_AUTOLOGIN_TIME = "last_autologin_time"; field in GoogleAccountLogin
100 ed.putLong(PREF_AUTOLOGIN_TIME, System.currentTimeMillis()); in saveLoginTime()
256 .getLong(PREF_AUTOLOGIN_TIME, -1); in isLoggedIn()
DBrowserSettings.java472 long gal = mPrefs.getLong(GoogleAccountLogin.PREF_AUTOLOGIN_TIME, -1); in resetDefaultPreferences()
475 .putLong(GoogleAccountLogin.PREF_AUTOLOGIN_TIME, gal) in resetDefaultPreferences()
/packages/apps/Browser/src/com/android/browser/preferences/
DDebugPreferencesFragment.java46 .remove(GoogleAccountLogin.PREF_AUTOLOGIN_TIME) in onPreferenceClick()