Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java79 static final int RESULT_DISCONNECTED = 2; field in BluetoothPeripheralHandover
277 mHidResult = RESULT_DISCONNECTED; in nextStepDisconnect()
285 mHfpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
292 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
303 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
314 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
391 mHfpResult = RESULT_DISCONNECTED; in nextStepConnect()
401 mA2dpResult = RESULT_DISCONNECTED; in nextStepConnect()
503 mHfpResult = RESULT_DISCONNECTED; in handleIntent()
517 mA2dpResult = RESULT_DISCONNECTED; in handleIntent()
[all …]