Searched refs:mCarBluetoothService (Results 1 – 5 of 5) sorted by relevance
61 private CarBluetoothService mCarBluetoothService; field in CarBluetoothServiceTest124 if (mCarBluetoothService != null) { in tearDown()125 mCarBluetoothService.release(); in tearDown()126 mCarBluetoothService = null; in tearDown()149 mCarBluetoothService = new CarBluetoothService(mMockContext, mMockUserSwitchService); in testResourceFlagTrue_doCreateDefaultPolicy()150 mCarBluetoothService.init(); in testResourceFlagTrue_doCreateDefaultPolicy()152 Assert.assertTrue(mCarBluetoothService.isUsingDefaultConnectionPolicy()); in testResourceFlagTrue_doCreateDefaultPolicy()169 mCarBluetoothService = new CarBluetoothService(mMockContext, mMockUserSwitchService); in testResourceFlagFalse_doNotCreateDefaultPolicy()170 mCarBluetoothService.init(); in testResourceFlagFalse_doNotCreateDefaultPolicy()172 Assert.assertFalse(mCarBluetoothService.isUsingDefaultConnectionPolicy()); in testResourceFlagFalse_doNotCreateDefaultPolicy()
96 private CarBluetoothService mCarBluetoothService; field in CarProjectionServiceTest104 mCarBluetoothService); in setUp()
64 private final CarBluetoothService mCarBluetoothService; field in BluetoothDeviceConnectionPolicy302 mCarBluetoothService = bluetoothService; in BluetoothDeviceConnectionPolicy()363 mCarBluetoothService.connectDevices(); in connectDevices()
122 private final CarBluetoothService mCarBluetoothService; field in ICarImpl259 mCarBluetoothService = constructWithTrace(t, CarBluetoothService.class, in ICarImpl()266 mCarBluetoothService)); in ICarImpl()384 allServices.add(mCarBluetoothService); in ICarImpl()603 return mCarBluetoothService; in getCarService()
93 private final CarBluetoothService mCarBluetoothService; field in CarProjectionService182 mCarBluetoothService = carBluetoothService; in CarProjectionService()354 return mCarBluetoothService.requestProfileInhibit(device, profile, token); in requestBluetoothProfileInhibit()387 return mCarBluetoothService.releaseProfileInhibit(device, profile, token); in releaseBluetoothProfileInhibit()