Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java77 static final int RESULT_PENDING = 0; field in BluetoothPeripheralHandover
272 mHidResult = RESULT_PENDING; in nextStepDisconnect()
282 mHfpResult = RESULT_PENDING; in nextStepDisconnect()
288 mA2dpResult = RESULT_PENDING; in nextStepDisconnect()
292 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
309 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
377 mHidResult = RESULT_PENDING; in nextStepConnect()
387 mHfpResult = RESULT_PENDING; in nextStepConnect()
398 mA2dpResult = RESULT_PENDING; in nextStepConnect()
407 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()
[all …]