Searched refs:desiredStates (Results 1 – 3 of 3) sorted by relevance
390 int[] desiredStates = {BluetoothProfile.STATE_CONNECTED}; in getConnectedDevices() local391 return getDevicesMatchingConnectionStates(desiredStates); in getConnectedDevices()
160 … int[] desiredStates = {BluetoothProfile.STATE_CONNECTING, BluetoothProfile.STATE_CONNECTED, in cleanup() local163 getDevicesMatchingConnectionStates(desiredStates); in cleanup()
3735 Set<Integer> desiredStates = IntStream.of(states).boxed().collect(Collectors.toSet());3738 .filter(call -> desiredStates.contains(call.getState()) &&