Searched refs:getMaxConnectionState (Results 1 – 6 of 6) sorted by relevance
84 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices()98 mBluetoothControllerImpl.getMaxConnectionState(device)); in testDefaultConnectionState()125 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testAsyncConnectionState()134 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()140 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()148 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNullAsync_DoesNotCrash()158 mBluetoothControllerImpl.getMaxConnectionState(null)); in testNullAsync_DoesNotCrash()
41 int getMaxConnectionState(CachedBluetoothDevice device); in getMaxConnectionState() method
131 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in BluetoothControllerImpl212 int maxDeviceState = device.getMaxConnectionState(); in updateConnected()323 mMaxConnectionState = device.getMaxConnectionState(); in run()
90 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in FakeBluetoothController
388 int state = device.getMaxConnectionState(); in updateItems()422 if (device != null && device.getMaxConnectionState() in onDetailItemClick()
970 public int getMaxConnectionState() { in getMaxConnectionState() method in CachedBluetoothDevice