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()
DCarPowerManagementService.java148 SystemInterface systemInterface, CarUserManagerHelper carUserManagerHelper) { in CarPowerManagementService() argument
149 this(context, context.getResources(), powerHal, systemInterface, carUserManagerHelper, in CarPowerManagementService()
155 SystemInterface systemInterface, CarUserManagerHelper carUserManagerHelper, in CarPowerManagementService() argument
159 mSystemInterface = systemInterface; in CarPowerManagementService()
DICarImpl.java130 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl() argument
133 mSystemInterface = systemInterface; in ICarImpl()
144 systemInterface, mUserManagerHelper); in ICarImpl()
180 systemInterface); in ICarImpl()
DCarLocationService.java454 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
455 File file = new File(systemInterface.getSystemCarDir(), FILENAME); in getLocationCacheFile()
DCarUxRestrictionsManagerService.java242 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getFile() local
243 return new File(systemInterface.getSystemCarDir(), filename); in getFile()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine() argument
77 nativeInterface, systemInterface); in makeStateMachine()
DHeadsetStateMachine.java171 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine() argument
180 Objects.requireNonNull(systemInterface, "systemInterface cannot be null"); in HeadsetStateMachine()
198 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make() argument
201 nativeInterface, systemInterface); in make()