Searched refs:getAppStorageStats (Results 1 – 6 of 6) sorted by relevance
39 long appSize = getAppStorageStats().getCodeBytes(); in getSize()41 : getAppStorageStats().getDataBytes() - getAppStorageStats().getCacheBytes(); in getSize()43 (isCachedCleared() || isDataCleared()) ? 0 : getAppStorageStats().getCacheBytes(); in getSize()
40 : getAppStorageStats().getDataBytes() - getAppStorageStats().getCacheBytes(); in getSize()
39 return getAppStorageStats().getCodeBytes(); in getSize()
39 return (isCachedCleared() || isDataCleared()) ? 0 : getAppStorageStats().getCacheBytes(); in getSize()
94 public StorageStatsSource.AppStorageStats getAppStorageStats() { in getAppStorageStats() method in StorageSizeBasePreferenceController
82 assertThat(mController.getAppStorageStats()).isNull(); in refreshUi_defaultState_nothingIsSet()105 assertThat(mController.getAppStorageStats()).isNull(); in onDataLoaded_appStorageStatsNotSet_shouldNotUpdateDetailText()119 assertThat(mController.getAppStorageStats()).isNotNull(); in onDataLoaded_appStorageStatsSet_shouldUpdateDetailText()