Searched refs:denyIntent (Results 1 – 1 of 1) sorted by relevance
66 … Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onCreate() local67 denyIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onCreate()68 denyIntent.setPackage("com.android.nfc"); in onCreate()69 sendBroadcast(denyIntent); in onCreate()86 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onDestroy() local87 denyIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onDestroy()88 denyIntent.setPackage("com.android.nfc"); in onDestroy()89 sendBroadcast(denyIntent); in onDestroy()