Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarStorageMonitoringService.java78 public class CarStorageMonitoringService extends ICarStorageMonitoring.Stub class
87 private static final String TAG = CarLog.tagFor(CarStorageMonitoringService.class);
136 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService() method in CarStorageMonitoringService
364 mWearInformation.ifPresent(CarStorageMonitoringService::logOnAdverseWearLevel); in doInitServiceIfNeededLocked()
H A DICarImpl.java127 private final CarStorageMonitoringService mCarStorageMonitoringService;
311 t, CarStorageMonitoringService.class, in ICarImpl()
312 () -> new CarStorageMonitoringService(serviceContext, in ICarImpl()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DWearHistory.java21 import com.android.car.CarStorageMonitoringService;
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java338 CarStorageMonitoringService.WEAR_INFO_FILENAME); in configureFakeSystemInterface()
346 CarStorageMonitoringService.UPTIME_TRACKER_FILENAME); in configureFakeSystemInterface()
356 CarStorageMonitoringService.LIFETIME_WRITES_FILENAME); in configureFakeSystemInterface()