Searched refs:desiredStates (Results 1 – 3 of 3) sorted by relevance
540 int[] desiredStates = {BluetoothProfile.STATE_CONNECTED}; in getConnectedDevices() local541 return getDevicesMatchingConnectionStates(desiredStates); in getConnectedDevices()
195 int[] desiredStates = { in cleanup() local200 List<BluetoothDevice> devList = getDevicesMatchingConnectionStates(desiredStates); in cleanup()
4958 Set<Integer> desiredStates = IntStream.of(states).boxed().collect(Collectors.toSet());4961 .filter(call -> desiredStates.contains(call.getState()) &&5009 Set<Integer> desiredStates = IntStream.of(states).boxed().collect(Collectors.toSet());5012 .filter(call -> desiredStates.contains(call.getState()) &&