Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java105 int mHfpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING field in BluetoothPeripheralHandover
282 mHfpResult = RESULT_PENDING; in nextStepDisconnect()
285 mHfpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
294 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
310 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
314 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
388 mHfpResult = RESULT_PENDING; in nextStepConnect()
391 mHfpResult = RESULT_DISCONNECTED; in nextStepConnect()
394 mHfpResult = RESULT_CONNECTED; in nextStepConnect()
406 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()
[all …]