HomeSort by relevance Sort by last modified time
    Searched defs:getDevicesMatchingConnectionStates (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 142 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
BluetoothA2dp.java 234 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
238 return mService.getDevicesMatchingConnectionStates(states);
BluetoothInputDevice.java 221 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
BluetoothPan.java 240 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
BluetoothHeadset.java 349 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
353 return mService.getDevicesMatchingConnectionStates(states);
BluetoothHealth.java 377 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 299 if (getDevicesMatchingConnectionStates(new int[] {
415 List<BluetoothDevice> sinks = getDevicesMatchingConnectionStates(
420 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 254 milliseconds