Searched refs:AppStorageStatsImpl (Results 1 – 6 of 6) sorted by relevance
47 return new StorageStatsSource.AppStorageStatsImpl( in getStatsForUid()54 return new StorageStatsSource.AppStorageStatsImpl( in getStatsForPackage()114 public static class AppStorageStatsImpl implements class in StorageStatsSource118 public AppStorageStatsImpl(StorageStats stats) { in AppStorageStatsImpl() method in StorageStatsSource.AppStorageStatsImpl
195 new StorageStatsSource.AppStorageStatsImpl(stats); in handleClearCacheClick_disallowedBySystem_shouldNotDeleteApplicationCache()219 new StorageStatsSource.AppStorageStatsImpl(stats); in handleClearCacheClick_allowedBySystem_shouldNotDeleteApplicationCache()241 new StorageStatsSource.AppStorageStatsImpl(stats); in handleClearDataClick_disallowedBySystem_shouldNotShowDialogToClear()263 new StorageStatsSource.AppStorageStatsImpl(stats); in handleClearDataClick_allowedBySystem_shouldShowDialogToClear()292 new StorageStatsSource.AppStorageStatsImpl(stats); in handleClearDataClick_hasValidManageSpaceActivity_shouldNotShowDialogToClear()321 new StorageStatsSource.AppStorageStatsImpl(stats); in handleClearDataClick_hasInvalidManageSpaceActivity_shouldShowDialogToClear()353 new StorageStatsSource.AppStorageStatsImpl(stats); in onDataLoaded_resultLoaded_cacheButtonsShouldBeEnabled()371 new StorageStatsSource.AppStorageStatsImpl(stats); in onDataLoaded_resultLoaded_dataButtonsShouldBeEnabled()389 new StorageStatsSource.AppStorageStatsImpl(stats); in updateUiWithSize_resultLoaded_cacheButtonDisabledAndDataButtonsEnabled()408 new StorageStatsSource.AppStorageStatsImpl(stats); in onDataLoaded_resultLoaded_cacheButtonEnabledAndDataButtonDisabled()
84 new StorageStatsSource.AppStorageStatsImpl(stats); in callback_onLoadFinished_listenerOnDataLoadedCalled()99 new StorageStatsSource.AppStorageStatsImpl(stats); in callback_unregisterListener_onlyOneListenerOnDataLoadedCalled()114 new StorageStatsSource.AppStorageStatsImpl(stats); in callback_notLoaded_listenerOnDataLoadedCalled()131 new StorageStatsSource.AppStorageStatsImpl(stats); in callback_cachedCleared_listenerOnDataLoadedCalled()148 new StorageStatsSource.AppStorageStatsImpl(stats); in callback_userDataCleared_listenerOnDataLoadedCalled()
123 new StorageStatsSource.AppStorageStatsImpl(stats); in onDataLoaded_appStorageStatsSet_shouldUpdateDetailText()
266 new StorageStatsSource.AppStorageStatsImpl(stats); in createAppInfo()
35 StorageStatsSource.AppStorageStatsImpl stats = new StorageStatsSource.AppStorageStatsImpl( in AppStorageStatsImpl_totalCorrectly()