Searched defs:mLastAutomaticCheckTime (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DAccount.java66 long mLastAutomaticCheckTime; field in class:Account
146 mLastAutomaticCheckTime = preferences.mSharedPreferences.getLong(mUuid
342 editor.putLong(mUuid + ".lastAutomaticCheckTime", mLastAutomaticCheckTime);
401 return mLastAutomaticCheckTime;
405 this.mLastAutomaticCheckTime = lastAutomaticCheckTime;

Completed in 38 milliseconds