Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java66 … Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onCreate() local
67 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() local
87 denyIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onDestroy()
88 denyIntent.setPackage("com.android.nfc"); in onDestroy()
89 sendBroadcast(denyIntent); in onDestroy()