Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java60 static final String ACTION_ALLOW_CONNECT = "com.android.nfc.handover.action.ALLOW_CONNECT"; field in BluetoothPeripheralHandover
176 filter.addAction(ACTION_ALLOW_CONNECT); in start()
474 if (ACTION_ALLOW_CONNECT.equals(action)) { in handleIntent()
DConfirmConnectActivity.java55 … Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT); in onCreate()