Searched refs:mHeadset (Results 1 – 2 of 2) sorted by relevance
116 BluetoothHeadset mHeadset; field in BluetoothPeripheralHandover210 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 …]
358 mHeadset = (BluetoothHeadset) proxy;381 mHeadset = null;405 private BluetoothHeadset mHeadset = null; field in BluetoothTestUtils1589 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()