Home
last modified time | relevance | path

Searched refs:setTotalSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageCategoryFragment.java200 mPreferenceController.setTotalSize(mStorageInfo.totalBytes); in onReceivedSizes()
205 userController.setTotalSize(mStorageInfo.totalBytes); in onReceivedSizes()
H A DStorageDashboardFragment.java371 mPreferenceController.setTotalSize(mStorageInfo.totalBytes); in onReceivedSizes()
376 userController.setTotalSize(mStorageInfo.totalBytes); in onReceivedSizes()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DSecondaryUserController.java168 public void setTotalSize(long totalSizeBytes) { in setTotalSize() method in SecondaryUserController
H A DStorageItemPreferenceController.java404 public void setTotalSize(long totalSizeBytes) { in setTotalSize() method in StorageItemPreferenceController