Searched refs:getMaxConnectionState (Results 1 – 6 of 6) sorted by relevance
93 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices()107 mBluetoothControllerImpl.getMaxConnectionState(device)); in testDefaultConnectionState()129 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testAsyncConnectionState()135 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()140 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()147 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNullAsync_DoesNotCrash()153 mBluetoothControllerImpl.getMaxConnectionState(null)); in testNullAsync_DoesNotCrash()202 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()
43 int getMaxConnectionState(CachedBluetoothDevice device); in getMaxConnectionState() method
164 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in BluetoothControllerImpl257 int maxDeviceState = device.getMaxConnectionState(); in updateConnected()445 mMaxConnectionState = device.getMaxConnectionState(); in run()
100 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in FakeBluetoothController
401 int state = device.getMaxConnectionState(); in updateItems()435 if (device != null && device.getMaxConnectionState() in onDetailItemClick()
907 public int getMaxConnectionState() { in getMaxConnectionState() method in CachedBluetoothDevice