Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java136 public void setLastUpdate(long lastUpdate) { in setLastUpdate() argument
137 mLastUpdate = lastUpdate; in setLastUpdate()
/frameworks/base/core/tests/coretests/src/android/animation/
DValueAnimatorTests.java356 final long[] lastUpdate = new long[1]; in testResume()
372 lastUpdate[0] = l1.lastUpdateTime; in testResume()
383 assertEquals(lastUpdate[0], l1.lastUpdateTime); in testResume()
393 assertTrue(l1.lastUpdateTime > lastUpdate[0]); in testResume()
394 lastUpdate[0] = l1.lastUpdateTime; in testResume()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1663 long lastUpdate = System.currentTimeMillis(); field in BugreportProgressService.BugreportInfo
1765 Long.toString(lastUpdate) : formattedLastUpdate; in getFormattedLastUpdate()
1767 return DateUtils.formatDateTime(context, lastUpdate, in getFormattedLastUpdate()
1818 lastUpdate = in.readLong(); in BugreportInfo()
1843 dest.writeLong(lastUpdate); in writeToParcel()
1969 info.lastUpdate = System.currentTimeMillis(); in onProgressUpdated()