Home
last modified time | relevance | path

Searched defs:getLastUpdatedTime (Results 1 – 4 of 4) 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
/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.java336 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