Home
last modified time | relevance | path

Searched refs:getWearEstimate (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DCarStorageMonitoringManager.java146 public WearEstimate getWearEstimate() { in getWearEstimate() method in CarStorageMonitoringManager
148 return mService.getWearEstimate(); in getWearEstimate()
DICarStorageMonitoring.aidl37 WearEstimate getWearEstimate() = 2; in getWearEstimate() method
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagelifetime/
DStorageLifetimeFragment.java190 mStorageWearInfo.setText("Wear estimate: " + mStorageManager.getWearEstimate() in reloadInfo()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java580 public WearEstimate getWearEstimate() { in getWearEstimate() method
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java400 final WearEstimate wearEstimate = mCarStorageMonitoringManager.getWearEstimate(); in testReadWearEstimate()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt926 method TIRAMISU_0 WearEstimate getWearEstimate();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2307 …PERMISSION_STORAGE_MONITORING) public android.car.storagemonitoring.WearEstimate getWearEstimate();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2307 …PERMISSION_STORAGE_MONITORING) public android.car.storagemonitoring.WearEstimate getWearEstimate();
Dtest-current.txt2388 …PERMISSION_STORAGE_MONITORING) public android.car.storagemonitoring.WearEstimate getWearEstimate();
Dsystem-lint-baseline.txt546 MissingNullability: android.car.storagemonitoring.CarStorageMonitoringManager#getWearEstimate():
547 Missing nullability on method `getWearEstimate` return