Home
last modified time | relevance | path

Searched refs:getStorageSummary (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppDetailsTest.java185 assertThat(InstalledAppDetails.getStorageSummary(context, stats, true)) in getStorageSummary_shouldWorkForExternal()
195 assertThat(InstalledAppDetails.getStorageSummary(context, stats, false)) in getStorageSummary_shouldWorkForInternal()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java730 mStoragePreference.setSummary(getStorageSummary(context, mLastResult, isExternal)); in refreshUi()
803 static CharSequence getStorageSummary( in getStorageSummary() method in InstalledAppDetails