Home
last modified time | relevance | path

Searched refs:connectDevices (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothDeviceConnectionPolicyTest.java161 verify(mMockBluetoothService, times(1)).connectDevices(); in testInitWithAdapterOn_connectDevices()
178 verify(mMockBluetoothService, times(0)).connectDevices(); in testInitWithAdapterOff_doNothing()
249 verify(mMockBluetoothService, times(0)).connectDevices(); in testReceivePowerOnBluetoothOffNotPersisted_BluetoothOnConnectDevices()
272 verify(mMockBluetoothService, times(1)).connectDevices(); in testReceivePowerOnBluetoothOn_connectDevices()
296 verify(mMockBluetoothService, times(0)).connectDevices(); in testReceiveAdapterTurningOff_doNothing()
316 verify(mMockBluetoothService, times(0)).connectDevices(); in testReceiveAdapterOff_doNothing()
336 verify(mMockBluetoothService, times(0)).connectDevices(); in testReceiveAdapterTurningOn_doNothing()
356 verify(mMockBluetoothService, times(1)).connectDevices(); in testReceiveAdapterOn_connectDevices()
/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java69 connectDevices();
115 connectDevices(); in onReceive()
185 connectDevices(); in init()
208 public void connectDevices() { in connectDevices() method in BluetoothDeviceConnectionPolicy
210 mCarBluetoothService.connectDevices(); in connectDevices()
DCarBluetoothService.java332 public void connectDevices() { in connectDevices() method in CarBluetoothService
/packages/services/Car/car-lib/src/android/car/
DCarBluetoothManager.java49 public void connectDevices() { in connectDevices() method in CarBluetoothManager
51 mService.connectDevices(); in connectDevices()
DICarBluetooth.aidl23 void connectDevices(); in connectDevices() method