Home
last modified time | relevance | path

Searched refs:getLastUpdatedTime (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DCachingLogic.java55 default long getLastUpdatedTime(T object, PackageInfo info) { in getLastUpdatedTime() method
H A DBaseIconCache.java282 cachingLogic.getLastUpdatedTime(object, info)); in addIconToDBAndMemCache()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DShortcutCachingLogic.java80 public long getLastUpdatedTime(ShortcutInfo shortcutInfo, PackageInfo info) { in getLastUpdatedTime() method in ShortcutCachingLogic
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
H A DEabContactSyncController.java68 long lastUpdatedTimeStamp = getLastUpdatedTime(context); in syncContactToEabProvider()
336 private long getLastUpdatedTime(Context context) { in getLastUpdatedTime() method in EabContactSyncController
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.h164 nsecs_t getLastUpdatedTime() const { return mLastUpdatedTime; } in getLastUpdatedTime() function
H A DLayerHistory.cpp48 return info.isVisible() && info.getLastUpdatedTime() >= threshold; in isLayerActive()