/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageSummaryPreference.java | 41 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryPreference
|
D | PublicVolumeSettings.java | 177 mSummary.setPercent(usedBytes, totalBytes); in update()
|
D | PrivateVolumeSettings.java | 263 mSummary.setPercent(usedBytes, mTotalSize); in update()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | StorageSummaryPreference.java | 41 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryPreference
|
D | PublicVolumeSettings.java | 177 mSummary.setPercent(usedBytes, totalBytes); in update()
|
D | PrivateVolumeSettings.java | 263 mSummary.setPercent(usedBytes, mTotalSize); in update()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
D | StorageSummaryDonutPreference.java | 55 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryDonutPreference
|
D | StorageSummaryDonutPreferenceController.java | 72 summary.setPercent(mUsedBytes, mTotalBytes); in updateState()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/ |
D | StorageSummaryDonutPreferenceController.java | 72 summary.setPercent(mUsedBytes, mTotalBytes); in updateState()
|
D | StorageSummaryDonutPreference.java | 55 public void setPercent(long usedBytes, long totalBytes) { in setPercent() method in StorageSummaryDonutPreference
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/ |
D | PowerGaugePreference.java | 74 public void setPercent(double percentOfTotal) { in setPercent() method in PowerGaugePreference
|
D | BatteryAppListPreferenceController.java | 229 pref.setPercent(percentOfTotal); in refreshAppListGroup()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | PowerGaugePreference.java | 74 public void setPercent(double percentOfTotal) { in setPercent() method in PowerGaugePreference
|
D | BatteryAppListPreferenceController.java | 229 pref.setPercent(percentOfTotal); in refreshAppListGroup()
|