Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java100 private final CarStorageMonitoringService mCarStorageMonitoringService; field in ICarImpl
179 mCarStorageMonitoringService = new CarStorageMonitoringService(serviceContext, in ICarImpl()
219 allServices.add(mCarStorageMonitoringService); in ICarImpl()
352 return mCarStorageMonitoringService; in getCarService()