Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarBluetoothService.java94 private ICarBluetoothUserService mCarBluetoothUserService; field in CarBluetoothService
222 mCarBluetoothUserService = mPerUserCarService.getBluetoothUserService(); in createBluetoothUserServiceLocked()
223 mCarBluetoothUserService.setupBluetoothConnectionProxies(); in createBluetoothUserServiceLocked()
240 if (mCarBluetoothUserService == null) return; in destroyBluetoothUserServiceLocked()
242 mCarBluetoothUserService.closeBluetoothConnectionProxies(); in destroyBluetoothUserServiceLocked()
247 mCarBluetoothUserService = null; in destroyBluetoothUserServiceLocked()
268 mCarBluetoothUserService, profileId); in createBluetoothProfileDeviceManagersLocked()
309 mCarBluetoothUserService); in createBluetoothProfileInhibitManagerLocked()
499 writer.println("\tUser Proxies: " + (mCarBluetoothUserService != null ? "Yes" : "No")); in dump()
DPerUserCarService.java37 private volatile CarBluetoothUserService mCarBluetoothUserService; field in PerUserCarService
66 mCarBluetoothUserService = new CarBluetoothUserService(this); in onCreate()
86 return mCarBluetoothUserService; in getBluetoothUserService()