Home
last modified time | relevance | path

Searched refs:trimCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.h145 void trimCache();
DMultifileBlobCache.cpp326 trimCache(); in set()
804 void MultifileBlobCache::trimCache() { in trimCache() function in android::MultifileBlobCache
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java11045 TrimCache trimCache = new TrimCache(sbn);
11047 final StatusBarNotification sbnToPost = trimCache.ForListener(info);
11241 TrimCache trimCache = new TrimCache(sbn);
11261 final StatusBarNotification sbnToPost = trimCache.ForListener(info);
11868 TrimCache trimCache = new TrimCache(sbn);
11901 ? redactedCache.ForListener(info) : trimCache.ForListener(info);
11958 ? redactedCache.ForListener(info) : trimCache.ForListener(info);