Searched refs:getMaxConnectionState (Results 1 – 3 of 3) sorted by relevance
121 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices_repoFlagOff()137 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices_repoFlagOn()248 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff()270 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn()
271 int maxDeviceState = device.getMaxConnectionState(); in updateConnectedOld()290 int state = status.getMaxConnectionState(); in onConnectionStatusFetched()
1085 public int getMaxConnectionState() { in getMaxConnectionState() method in CachedBluetoothDevice