HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DENY_CONNECT (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 56 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT);
BluetoothPeripheralHandover.java 57 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT";
147 filter.addAction(ACTION_DENY_CONNECT);
406 } else if (ACTION_DENY_CONNECT.equals(action)) {

Completed in 105 milliseconds