Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine()
DHeadsetStateMachine.java168 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine()
195 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make()
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java101 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker()
DCarLocationService.java444 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
DCarStorageMonitoringService.java113 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService()
DICarImpl.java117 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl()
DCarUxRestrictionsManagerService.java225 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getFile() local
DCarPowerManagementService.java120 Context context, PowerHalService powerHal, SystemInterface systemInterface, in CarPowerManagementService()