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()
284 mHfpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
290 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
302 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
313 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
391 mHfpResult = RESULT_DISCONNECTED; in nextStepConnect()
402 mA2dpResult = RESULT_DISCONNECTED; in nextStepConnect()
508 mHfpResult = RESULT_DISCONNECTED; in handleIntent()
522 mA2dpResult = RESULT_DISCONNECTED; in handleIntent()
[all …]