Searched refs:ACTION_DENY_CONNECT (Results 1 – 2 of 2) sorted by relevance
58 … Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onCreate()74 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onStop()
58 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT"; field in BluetoothPeripheralHandover150 filter.addAction(ACTION_DENY_CONNECT); in start()414 } else if (ACTION_DENY_CONNECT.equals(action)) { in handleIntent()