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.java107 int mHidResult; field in BluetoothPeripheralHandover
272 mHidResult = RESULT_PENDING; in nextStepDisconnect()
277 mHidResult = RESULT_DISCONNECTED; in nextStepDisconnect()
302 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
377 mHidResult = RESULT_PENDING; in nextStepConnect()
381 mHidResult = RESULT_CONNECTED; in nextStepConnect()
421 if (mHidResult == RESULT_PENDING) { in nextStepConnect()
423 } else if (mHidResult == RESULT_CONNECTED) { in nextStepConnect()
530 mHidResult = RESULT_CONNECTED; in handleIntent()
533 mHidResult = RESULT_DISCONNECTED; in handleIntent()
[all …]