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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 142 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
IBluetoothA2dp.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadset.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in 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) {
BluetoothDeviceProfileState.java 374 mHeadsetService.getDevicesMatchingConnectionStates(
383 mA2dpService.getDevicesMatchingConnectionStates(
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 77 return mService.getDevicesMatchingConnectionStates(
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 286 if (getDevicesMatchingConnectionStates(new int[] {
402 List<BluetoothDevice> sinks = getDevicesMatchingConnectionStates(
407 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
BluetoothService.java     [all...]
BluetoothEventLoop.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 599 return getDevicesMatchingConnectionStates(
650 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 298 milliseconds