Searched refs:mLastUpdateTime (Results 1 – 5 of 5) sorted by relevance
34 private volatile long mLastUpdateTime = 0; field in EngineWindowPage63 mLastUpdateTime = lastUpdateTime; in setLastUpdateTime()68 return mLastUpdateTime; in getLastUpdateTime()
70 private long mLastUpdateTime; field in ShortcutPackageInfo85 mLastUpdateTime = lastUpdateTime; in ShortcutPackageInfo()119 return mLastUpdateTime; in getLastUpdateTime()133 mLastUpdateTime = pi.lastUpdateTime; in updateFromPackageInfo()218 ShortcutService.writeAttr(out, ATTR_LAST_UPDATE_TIME, mLastUpdateTime); in saveToXml()304 mLastUpdateTime = lastUpdateTime; in loadFromXml()356 pw.print(mLastUpdateTime); in dump()
66 long mLastUpdateTime; field in Tile345 if (lastUpdateTime == mLastUpdateTime) { in ensureMetadataNotStale()352 mLastUpdateTime = lastUpdateTime; in ensureMetadataNotStale()
180 tile.mLastUpdateTime = staleTimeStamp; in getTitle_shouldEnsureMetadataNotStale()184 assertThat(tile.mLastUpdateTime).isNotEqualTo(staleTimeStamp); in getTitle_shouldEnsureMetadataNotStale()
174 tile.mLastUpdateTime = staleTimeStamp; in getTitle_shouldEnsureMetadataNotStale()178 assertThat(tile.mLastUpdateTime).isNotEqualTo(staleTimeStamp); in getTitle_shouldEnsureMetadataNotStale()