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.java73 static final int RESULT_DISCONNECTED = 2; field in BluetoothPeripheralHandover
231 mHidResult = RESULT_DISCONNECTED; in nextStepDisconnect()
239 mHfpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
246 mA2dpResult = RESULT_DISCONNECTED; in nextStepDisconnect()
257 if (mHidResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
268 if (mA2dpResult == RESULT_DISCONNECTED && mHfpResult == RESULT_DISCONNECTED) { in nextStepDisconnect()
433 mHfpResult = RESULT_DISCONNECTED; in handleIntent()
443 mA2dpResult = RESULT_DISCONNECTED; in handleIntent()
453 mHidResult = RESULT_DISCONNECTED; in handleIntent()