Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java83 static final int ACTION_CONNECT = 2; field in BluetoothPeripheralHandover
197 } else if (mAction == ACTION_CONNECT) { in nextStep()
228 mAction = ACTION_CONNECT; in nextStepInit()
251 mAction = ACTION_CONNECT; in nextStepInit()
500 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) { in handleIntent()
514 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) { in handleIntent()