Searched refs:storageStatsSource (Results 1 – 2 of 2) sorted by relevance
143 StorageStatsSource storageStatsSource = new StorageStatsSource(context); in onAttach() local147 stats = storageStatsSource.getStatsForPackage(/* volumeUuid= */ null, mPackageName, in onAttach()
250 public Builder setStorageStatsSource(StorageStatsSource storageStatsSource) { in setStorageStatsSource() argument251 this.mStorageStatsSource = storageStatsSource; in setStorageStatsSource()