HomeSort by relevance Sort by last modified time
    Searched refs:getAndInvalidateIfModified (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskKeyCache.java 45 final V getAndInvalidateIfModified(Task.TaskKey key) {
RecentsTaskLoader.java 383 Drawable icon = mIconCache.getAndInvalidateIfModified(t.key);
458 String label = mActivityLabelCache.getAndInvalidateIfModified(taskKey);
483 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey);
515 Drawable icon = mIconCache.getAndInvalidateIfModified(taskKey);
549 ThumbnailData cached = mThumbnailCache.getAndInvalidateIfModified(taskKey);
554 cached = mTempCache.getAndInvalidateIfModified(taskKey);

Completed in 233 milliseconds