Searched refs:getStorageSummary (Results 1 – 9 of 9) sorted by relevance
43 getStorageSummary()?.let { preference.summary = it } in onStartInternal()70 private fun getStorageSummary(): CharSequence? { in getStorageSummary() method
127 mUsageProgressBarPreference.setUsageSummary(StorageUtils.getStorageSummary( in updateState()129 mUsageProgressBarPreference.setTotalSummary(StorageUtils.getStorageSummary( in updateState()
258 public static String getStorageSummary(Context context, int resId, long bytes) { in getStorageSummary() method in StorageUtils
59 CharSequence summary = getStorageSummary(); in displayPreference()66 private CharSequence getStorageSummary() { in getStorageSummary() method in AppAllServicesPreferenceController
66 preference.setSummary(getStorageSummary(mLastResult, isExternal)); in updateState()85 CharSequence getStorageSummary( in getStorageSummary() method in AppStoragePreferenceController
159 assertThat(mController.getStorageSummary(stats, true)) in getStorageSummary_shouldWorkForExternal()169 assertThat(mController.getStorageSummary(stats, false)) in getStorageSummary_shouldWorkForInternal()
108 private val getStorageSummary: @Composable ApplicationInfo.() -> State<String> = { in <lambda>() constant in com.android.settings.spa.app.storage.StorageAppListModel125 val storageSummary by record.app.getStorageSummary() in getSummary()
90 private val getStorageSummary: @Composable ApplicationInfo.() -> State<String> = { in <lambda>() constant in com.android.settings.spa.app.AllAppListModel133 val storageSummary = record.app.getStorageSummary() in getSummary()
182 mSummary.setUsageSummary(StorageUtils.getStorageSummary( in update()184 mSummary.setTotalSummary(StorageUtils.getStorageSummary( in update()