Searched refs:mCarBluetoothUserService (Results 1 – 2 of 2) sorted by relevance
96 private ICarBluetoothUserService mCarBluetoothUserService; field in CarBluetoothService224 mCarBluetoothUserService = mPerUserCarService.getBluetoothUserService(); in createBluetoothUserServiceLocked()225 mCarBluetoothUserService.setupBluetoothConnectionProxies(); in createBluetoothUserServiceLocked()242 if (mCarBluetoothUserService == null) return; in destroyBluetoothUserServiceLocked()244 mCarBluetoothUserService.closeBluetoothConnectionProxies(); in destroyBluetoothUserServiceLocked()249 mCarBluetoothUserService = null; in destroyBluetoothUserServiceLocked()270 mCarBluetoothUserService, profileId); in createBluetoothProfileDeviceManagersLocked()311 mCarBluetoothUserService); in createBluetoothProfileInhibitManagerLocked()503 writer.printf("User Proxies: %s\n", (mCarBluetoothUserService != null ? "Yes" : "No")); in dump()
47 private CarBluetoothUserService mCarBluetoothUserService; field in PerUserCarService75 mCarBluetoothUserService = new CarBluetoothUserService(this); in onCreate()104 mCarBluetoothUserService.dump(pw); in dump()133 return mCarBluetoothUserService; in getBluetoothUserService()