Searched refs:StorageStatsAugmenter (Results 1 – 5 of 5) sorted by relevance
36 interface StorageStatsAugmenter { interface86 @NonNull StorageStatsAugmenter augmenter, @NonNull String tag); in registerStorageStatsAugmenter()
23 import static com.android.server.usage.StorageStatsManagerLocal.StorageStatsAugmenter;130 private final CopyOnWriteArrayList<Pair<String, StorageStatsAugmenter>>869 void forEachStorageStatsAugmenter(@NonNull Consumer<StorageStatsAugmenter> consumer, in forEachStorageStatsAugmenter()872 final Pair<String, StorageStatsAugmenter> pair = mStorageStatsAugmenters.get(i); in forEachStorageStatsAugmenter()874 final StorageStatsAugmenter storageStatsAugmenter = pair.second; in forEachStorageStatsAugmenter()888 @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 {
10126 …ntent/pm/PackageStats;IZLcom/android/server/usage/StorageStatsManagerLocal$StorageStatsAugmenter;)V