Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java96 int mA2dpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING field in BluetoothPeripheralHandover
243 mA2dpResult = RESULT_PENDING; in nextStepDisconnect()
246 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
248 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
264 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
268 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
348 mA2dpResult = RESULT_PENDING; in nextStepConnect()
351 mA2dpResult = RESULT_CONNECTED; in nextStepConnect()
353 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()
373 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()
[all …]