Home
last modified time | relevance | path

Searched refs:setPercent (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageSummaryPreference.java41 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryPreference
DPublicVolumeSettings.java177 mSummary.setPercent(usedBytes, totalBytes); in update()
DPrivateVolumeSettings.java263 mSummary.setPercent(usedBytes, mTotalSize); in update()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageSummaryPreference.java41 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryPreference
DPublicVolumeSettings.java177 mSummary.setPercent(usedBytes, totalBytes); in update()
DPrivateVolumeSettings.java263 mSummary.setPercent(usedBytes, mTotalSize); in update()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreference.java55 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryDonutPreference
DStorageSummaryDonutPreferenceController.java72 summary.setPercent(mUsedBytes, mTotalBytes); in updateState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java72 summary.setPercent(mUsedBytes, mTotalBytes); in updateState()
DStorageSummaryDonutPreference.java55 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryDonutPreference
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerGaugePreference.java74 public void setPercent(double percentOfTotal) { in setPercent() method in PowerGaugePreference
DBatteryAppListPreferenceController.java229 pref.setPercent(percentOfTotal); in refreshAppListGroup()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java74 public void setPercent(double percentOfTotal) { in setPercent() method in PowerGaugePreference
DBatteryAppListPreferenceController.java229 pref.setPercent(percentOfTotal); in refreshAppListGroup()