Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java113 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService() argument
122 mUidIoStatsProvider = systemInterface.getUidIoStatsProvider(); in CarStorageMonitoringService()
123 mUptimeTrackerFile = new File(systemInterface.getSystemCarDir(), UPTIME_TRACKER_FILENAME); in CarStorageMonitoringService()
124 mWearInfoFile = new File(systemInterface.getSystemCarDir(), WEAR_INFO_FILENAME); in CarStorageMonitoringService()
125 mLifetimeWriteFile = new File(systemInterface.getSystemCarDir(), LIFETIME_WRITES_FILENAME); in CarStorageMonitoringService()
127 mSystemInterface = systemInterface; in CarStorageMonitoringService()
128 mWearInformationProviders = systemInterface.getFlashWearInformationProviders(); in CarStorageMonitoringService()
134 systemInterface.scheduleActionForBootCompleted(this::doInitServiceIfNeeded, in CarStorageMonitoringService()
DUptimeTracker.java101 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker() argument
102 this(file, snapshotInterval, systemInterface.getTimeInterface()); in UptimeTracker()
DICarImpl.java117 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl() argument
120 mSystemInterface = systemInterface; in ICarImpl()
131 systemInterface, mUserManagerHelper); in ICarImpl()
162 systemInterface); in ICarImpl()
DCarLocationService.java444 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
445 File file = new File(systemInterface.getSystemCarDir(), FILENAME); in getLocationCacheFile()
DCarUxRestrictionsManagerService.java225 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getFile() local
226 return new File(systemInterface.getSystemCarDir(), filename); in getFile()
DCarPowerManagementService.java120 Context context, PowerHalService powerHal, SystemInterface systemInterface, in CarPowerManagementService() argument
124 mSystemInterface = systemInterface; in CarPowerManagementService()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine() argument
77 nativeInterface, systemInterface); in makeStateMachine()
DHeadsetStateMachine.java168 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine() argument
177 Objects.requireNonNull(systemInterface, "systemInterface cannot be null"); in HeadsetStateMachine()
195 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make() argument
198 nativeInterface, systemInterface); in make()