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.java71 static final int RESULT_PENDING = 0; field in BluetoothPeripheralHandover
226 mHidResult = RESULT_PENDING; in nextStepDisconnect()
236 mHfpResult = RESULT_PENDING; in nextStepDisconnect()
243 mA2dpResult = RESULT_PENDING; in nextStepDisconnect()
248 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
264 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepDisconnect()
332 mHidResult = RESULT_PENDING; in nextStepConnect()
342 mHfpResult = RESULT_PENDING; in nextStepConnect()
348 mA2dpResult = RESULT_PENDING; in nextStepConnect()
353 if (mA2dpResult == RESULT_PENDING || mHfpResult == RESULT_PENDING) { in nextStepConnect()
[all …]