Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/appinfo/
DAppAllServicesPreferenceController.kt43 getStorageSummary()?.let { preference.summary = it } in onStartInternal()
70 private fun getStorageSummary(): CharSequence? { in getStorageSummary() method
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageUsageProgressBarPreferenceController.java127 mUsageProgressBarPreference.setUsageSummary(StorageUtils.getStorageSummary( in updateState()
129 mUsageProgressBarPreference.setTotalSummary(StorageUtils.getStorageSummary( in updateState()
DStorageUtils.java258 public static String getStorageSummary(Context context, int resId, long bytes) { in getStorageSummary() method in StorageUtils
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppAllServicesPreferenceController.java59 CharSequence summary = getStorageSummary(); in displayPreference()
66 private CharSequence getStorageSummary() { in getStorageSummary() method in AppAllServicesPreferenceController
DAppStoragePreferenceController.java66 preference.setSummary(getStorageSummary(mLastResult, isExternal)); in updateState()
85 CharSequence getStorageSummary( in getStorageSummary() method in AppStoragePreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppStoragePreferenceControllerTest.java159 assertThat(mController.getStorageSummary(stats, true)) in getStorageSummary_shouldWorkForExternal()
169 assertThat(mController.getStorageSummary(stats, false)) in getStorageSummary_shouldWorkForInternal()
/packages/apps/Settings/src/com/android/settings/spa/app/storage/
DStorageAppList.kt108 private val getStorageSummary: @Composable ApplicationInfo.() -> State<String> = { in <lambda>() constant in com.android.settings.spa.app.storage.StorageAppListModel
125 val storageSummary by record.app.getStorageSummary() in getSummary()
/packages/apps/Settings/src/com/android/settings/spa/app/
DAllAppList.kt90 private val getStorageSummary: @Composable ApplicationInfo.() -> State<String> = { in <lambda>() constant in com.android.settings.spa.app.AllAppListModel
133 val storageSummary = record.app.getStorageSummary() in getSummary()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPublicVolumeSettings.java182 mSummary.setUsageSummary(StorageUtils.getStorageSummary( in update()
184 mSummary.setTotalSummary(StorageUtils.getStorageSummary( in update()