Searched refs:mLastTime (Results 1 – 4 of 4) sorted by relevance
31 private var mLastTime = Long.MIN_VALUE variable36 if (mLastTime / 10 == accumulatedTime / 10) { in setTimeString()53 if (mLastTime / DateUtils.SECOND_IN_MILLIS != in setTimeString()59 mLastTime = accumulatedTime in setTimeString()
32 private long mLastTime; field in BatteryFlagParser56 mLastTime = time; in onDataPoint()62 mData.put((int) mLastTime, false); in onDataGap()70 mData.put((int) mLastTime, false); in onParsingDone()
55 private long mLastTime; field in DebugHelper86 if (time == mLastTime) { in debugCheck()89 mLastTime = time; in debugCheck()
55 private Long mLastTime; field in ImportantNoticeUtilsTests.ImportantNoticePreferences96 mLastTime = getLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE); in save()100 putLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE, mLastTime); in restore()