Searched refs:StorageStatsAugmenter (Results 1 – 5 of 5) sorted by relevance
36 interface StorageStatsAugmenter { interface86 @NonNull StorageStatsAugmenter augmenter, @NonNull String tag); in registerStorageStatsAugmenter()
25 import static com.android.server.usage.StorageStatsManagerLocal.StorageStatsAugmenter;136 private final CopyOnWriteArrayList<Pair<String, StorageStatsAugmenter>>889 void forEachStorageStatsAugmenter(@NonNull Consumer<StorageStatsAugmenter> consumer, in forEachStorageStatsAugmenter()892 final Pair<String, StorageStatsAugmenter> pair = mStorageStatsAugmenters.get(i); in forEachStorageStatsAugmenter()894 final StorageStatsAugmenter storageStatsAugmenter = pair.second; in forEachStorageStatsAugmenter()908 @NonNull StorageStatsAugmenter storageStatsAugmenter, in registerStorageStatsAugmenter()
251 …menter(@NonNull com.android.server.usage.StorageStatsManagerLocal.StorageStatsAugmenter, @NonNull …254 public static interface StorageStatsManagerLocal.StorageStatsAugmenter {
114 import com.android.server.usage.StorageStatsManagerLocal.StorageStatsAugmenter;1300 private class BlobStorageStatsAugmenter implements StorageStatsAugmenter {
23969 …StatsAugmenter(Lcom/android/server/usage/StorageStatsManagerLocal$StorageStatsAugmenter;Ljava/lang…