Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java58 … Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onCreate()
74 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onStop()
DBluetoothPeripheralHandover.java58 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT"; field in BluetoothPeripheralHandover
150 filter.addAction(ACTION_DENY_CONNECT); in start()
414 } else if (ACTION_DENY_CONNECT.equals(action)) { in handleIntent()