Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java116 BluetoothHeadset mHeadset; field in BluetoothPeripheralHandover
210 if (mA2dp == null || mHeadset == null || mInput == null) { in nextStepInit()
237 if (mHeadset.getConnectionPolicy(mDevice) == in nextStepInit()
280 if (mHeadset.getConnectionState(mDevice) in nextStepDisconnect()
283 mHeadset.disconnect(mDevice); in nextStepDisconnect()
385 if (mHeadset.getConnectionState(mDevice) != in nextStepConnect()
389 mHeadset.connect(mDevice); in nextStepConnect()
545 if (mHeadset != null) { in complete()
554 mHeadset = null; in complete()
679 mHeadset = (BluetoothHeadset) proxy; in onServiceConnected()
[all …]
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java358 mHeadset = (BluetoothHeadset) proxy;
381 mHeadset = null;
405 private BluetoothHeadset mHeadset = null; field in BluetoothTestUtils
1589 if (mHeadset != null) { in connectProxy()
1590 return mHeadset; in connectProxy()
1619 while (mHeadset == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) { in connectProxy()
1622 return mHeadset; in connectProxy()