Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java116 BluetoothHeadset mHeadset; field in BluetoothPeripheralHandover
210 if (mA2dp == null || mHeadset == null || mInput == null) { in nextStepInit()
232 mHeadset.getConnectedDevices().contains(mDevice)) { in nextStepInit()
237 if (mHeadset.getConnectionPolicy(mDevice) == in nextStepInit()
280 if (mHeadset.getConnectionState(mDevice) in nextStepDisconnect()
384 if (mHeadset.getConnectionState(mDevice) != in nextStepConnect()
388 mHeadset.setConnectionPolicy(mDevice, in nextStepConnect()
549 if (mHeadset != null) { in complete()
550 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mHeadset); in complete()
558 mHeadset = null; in complete()
[all …]