Searched refs:systemInterface (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | CarStorageMonitoringService.java | 113 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()
|
D | UptimeTracker.java | 101 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker() argument 102 this(file, snapshotInterval, systemInterface.getTimeInterface()); in UptimeTracker()
|
D | CarPowerManagementService.java | 148 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()
|
D | ICarImpl.java | 130 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()
|
D | CarLocationService.java | 454 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local 455 File file = new File(systemInterface.getSystemCarDir(), FILENAME); in getLocationCacheFile()
|
D | CarUxRestrictionsManagerService.java | 242 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/ |
D | HeadsetObjectsFactory.java | 75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine() argument 77 nativeInterface, systemInterface); in makeStateMachine()
|
D | HeadsetStateMachine.java | 171 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()
|