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()
303 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
378 mHidResult = RESULT_PENDING; in nextStepConnect()
382 mHidResult = RESULT_CONNECTED; in nextStepConnect()
420 if (mHidResult == RESULT_PENDING) { in nextStepConnect()
422 } else if (mHidResult == RESULT_CONNECTED) { in nextStepConnect()
525 mHidResult = RESULT_CONNECTED; in handleIntent()
528 mHidResult = RESULT_DISCONNECTED; in handleIntent()
[all …]