HomeSort by relevance Sort by last modified time
    Searched full:mcarbluetoothuserservice (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/service/src/com/android/car/
PerUserCarService.java 36 private CarBluetoothUserService mCarBluetoothUserService;
72 mCarBluetoothUserService = null;
80 mCarBluetoothUserService = new CarBluetoothUserService(this);
97 if (mCarBluetoothUserService == null) {
100 return mCarBluetoothUserService;
BluetoothDeviceConnectionPolicy.java 115 private ICarBluetoothUserService mCarBluetoothUserService;
367 if (mCarBluetoothUserService == null) {
368 mCarBluetoothUserService = setupBluetoothUserService();
370 if (mCarBluetoothUserService != null) {
379 if (mCarBluetoothUserService == null || device == null) {
406 mCarBluetoothUserService.setProfilePriority(profile, device, priority);
437 mCarBluetoothUserService = setupBluetoothUserService();
448 if (mCarBluetoothUserService != null) {
449 mCarBluetoothUserService.closeBluetoothConnectionProxy();
468 mCarBluetoothUserService = null
    [all...]

Completed in 76 milliseconds