Searched refs:mLastTime (Results 1 – 5 of 5) sorted by relevance
36 private long mLastTime = Long.MIN_VALUE; field in StopwatchTextController46 if ((mLastTime / 10) == (accumulatedTime / 10)) { in setTimeString()64 if ((mLastTime / SECOND_IN_MILLIS) != (accumulatedTime / SECOND_IN_MILLIS)) { in setTimeString()69 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()