Searched defs:states (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java143 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
145 return mStateMachine.getDevicesMatchingConnectionStates(states);
223 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
226 return service.getDevicesMatchingConnectionStates(states);
H A DA2dpStateMachine.java93 // Stable states
98 // Interim states
656 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
667 for(int i = 0; i < states.length; i++) {
668 if (connectionState == states[i]) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java157 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
160 return service.getDevicesMatchingConnectionStates(states);
345 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
347 return mStateMachine.getDevicesMatchingConnectionStates(states);
H A DHeadsetStateMachine.java142 // Stable states
147 // Interim states
792 // TODO(BT) process other states
1216 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
1227 for(int i = 0; i < states.length; i++) {
1228 if (connectionState == states[i]) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java236 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
239 return service.getDevicesMatchingConnectionStates(states);
301 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
307 for (int state : states) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java324 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
327 return service.getDevicesMatchingConnectionStates(states);
411 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
417 for (int state : states) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java382 public List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) { argument
385 return service.getHealthDevicesMatchingConnectionStates(states);
467 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) { argument
469 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates(states);
741 private List<HealthChannel> findChannelByStates(BluetoothDevice device, int[] states) { argument
745 for (int state : states) {
762 List<BluetoothDevice> lookupHealthDevicesMatchingStates(int[] states) { argument
767 for (int state : states) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java573 public void restoreInstanceState(SparseArray<Parcelable> states) { argument
574 dispatchRestoreInstanceState(states);

Completed in 105 milliseconds