Searched refs:updateCache (Results 1 – 3 of 3) sorted by relevance
141 MODEL_EXECUTOR.post(() -> updateCache(packageName, callback)); in requestAppStatusUpdate()148 MODEL_EXECUTOR.post(this::updateCache); in requestFullUpdate()155 private void updateCache() { in updateCache() method in AppShareabilityManager156 updateCache(/* packageName */ null, /* callback */ null); in updateCache()166 private void updateCache(@Nullable String packageName, @Nullable Consumer<Boolean> callback) { in updateCache() method in AppShareabilityManager
79 public ListenableFuture<Void> updateCache(CallLogMutations mutations) { in updateCache() method in CallLogCacheUpdater
216 unused -> callLogCacheUpdater.updateCache(mutations), in rebuild()