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 55 Intent denyIntent = new Intent(BluetoothHeadsetHandover.ACTION_DENY_CONNECT);
BluetoothHeadsetHandover.java 55 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT";
132 filter.addAction(ACTION_DENY_CONNECT);
308 } else if (ACTION_DENY_CONNECT.equals(action)) {

Completed in 58 milliseconds