Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java97 int mHidResult; field in BluetoothPeripheralHandover
226 mHidResult = RESULT_PENDING; in nextStepDisconnect()
231 mHidResult = RESULT_DISCONNECTED; in nextStepDisconnect()
257 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
332 mHidResult = RESULT_PENDING; in nextStepConnect()
337 mHidResult = RESULT_CONNECTED; in nextStepConnect()
362 if (mHidResult == RESULT_PENDING) { in nextStepConnect()
364 } else if (mHidResult == RESULT_CONNECTED) { in nextStepConnect()
450 mHidResult = RESULT_CONNECTED; in handleIntent()
453 mHidResult = RESULT_DISCONNECTED; in handleIntent()