Home
last modified time | relevance | path

Searched refs:mA2dp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/
DBluetoothEventLoop.java57 private BluetoothA2dp mA2dp; field in BluetoothEventLoop
132 mA2dp = (BluetoothA2dp) proxy;
137 mA2dp = null;
783 if (mA2dp != null && in onAgentAuthorize()
787 authorized = mA2dp.getPriority(device) > BluetoothProfile.PRIORITY_OFF; in onAgentAuthorize()
799 mA2dp.allowIncomingConnect(device, authorized); in onAgentAuthorize()
840 mA2dp.getDevicesMatchingConnectionStates(new int[] {BluetoothA2dp.STATE_CONNECTED, in isOtherSinkInNonDisconnectedState()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java316 mA2dp = (BluetoothA2dp) proxy;
336 mA2dp = null;
359 private BluetoothA2dp mA2dp = null; field in BluetoothTestUtils
1442 if (mA2dp != null) { in connectProxy()
1443 return mA2dp; in connectProxy()
1468 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) { in connectProxy()
1471 return mA2dp; in connectProxy()