Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java127 private final CarStorageMonitoringService mCarStorageMonitoringService; field in ICarImpl
310 mCarStorageMonitoringService = constructWithTrace( in ICarImpl()
315 mCarStorageMonitoringService = null; in ICarImpl()
392 addServiceIfNonNull(allServices, mCarStorageMonitoringService); in ICarImpl()
613 return mCarStorageMonitoringService; in getCarService()