Searched refs:mLastUpdateTime (Results 1 – 3 of 3) sorted by relevance
69 private long mLastUpdateTime; field in ShortcutPackageInfo84 mLastUpdateTime = lastUpdateTime; in ShortcutPackageInfo()118 return mLastUpdateTime; in getLastUpdateTime()132 mLastUpdateTime = pi.lastUpdateTime; in updateFromPackageInfo()217 ShortcutService.writeAttr(out, ATTR_LAST_UPDATE_TIME, mLastUpdateTime); in saveToXml()303 mLastUpdateTime = lastUpdateTime; in loadFromXml()355 pw.print(mLastUpdateTime); in dump()
65 long mLastUpdateTime; field in Tile328 if (lastUpdateTime == mLastUpdateTime) { in ensureMetadataNotStale()335 mLastUpdateTime = lastUpdateTime; in ensureMetadataNotStale()
162 tile.mLastUpdateTime = staleTimeStamp; in getTitle_shouldEnsureMetadataNotStale()166 assertThat(tile.mLastUpdateTime).isNotEqualTo(staleTimeStamp); in getTitle_shouldEnsureMetadataNotStale()