Searched refs:getMaxConnectionState (Results 1 – 6 of 6) sorted by relevance
89 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices()103 mBluetoothControllerImpl.getMaxConnectionState(device)); in testDefaultConnectionState()130 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testAsyncConnectionState()139 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()145 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()153 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNullAsync_DoesNotCrash()163 mBluetoothControllerImpl.getMaxConnectionState(null)); in testNullAsync_DoesNotCrash()216 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()
43 int getMaxConnectionState(CachedBluetoothDevice device); in getMaxConnectionState() method
148 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in BluetoothControllerImpl239 int maxDeviceState = device.getMaxConnectionState(); in updateConnected()411 mMaxConnectionState = device.getMaxConnectionState(); in run()
100 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in FakeBluetoothController
391 int state = device.getMaxConnectionState(); in updateItems()425 if (device != null && device.getMaxConnectionState() in onDetailItemClick()
797 public int getMaxConnectionState() { in getMaxConnectionState() method in CachedBluetoothDevice