Searched refs:ACTION_CONNECTION_ACCESS_CANCEL (Results 1 – 10 of 10) sorted by relevance
28 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_CANCEL:29 Field 'ACTION_CONNECTION_ACCESS_CANCEL' is missing @BroadcastBehavior
225 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_ACCESS_CANCEL = "an…
68 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {118 new IntentFilter(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)); in onCreate()
198 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) { in onReceive()
767 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL); in sendCancelUserConfirmationIntent()
512 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL); in handleMessage()
379 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL); in handleMessage()
1003 public static final String ACTION_CONNECTION_ACCESS_CANCEL = field in BluetoothDevice
276 Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_CANCEL:Ljava/lang/String;