Home
last modified time | relevance | path

Searched refs:AppStorageStatsImpl (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DStorageStatsSource.java47 return new StorageStatsSource.AppStorageStatsImpl( in getStatsForUid()
54 return new StorageStatsSource.AppStorageStatsImpl( in getStatsForPackage()
114 public static class AppStorageStatsImpl implements class in StorageStatsSource
118 public AppStorageStatsImpl(StorageStats stats) { in AppStorageStatsImpl() method in StorageStatsSource.AppStorageStatsImpl
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/
H A DStorageApplicationActionButtonsPreferenceControllerTest.java195 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()
H A DAppsStorageStatsManagerTest.java84 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()
H A DStorageSizeBasePreferenceControllerTest.java123 new StorageStatsSource.AppStorageStatsImpl(stats); in onDataLoaded_appStorageStatsSet_shouldUpdateDetailText()
H A DStorageAsyncLoaderTest.java266 new StorageStatsSource.AppStorageStatsImpl(stats); in createAppInfo()
/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
H A DStorageStatsSourceTest.java35 StorageStatsSource.AppStorageStatsImpl stats = new StorageStatsSource.AppStorageStatsImpl( in AppStorageStatsImpl_totalCorrectly()