Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java78 } else if (action.equals(Constants.ACTION_ACCEPTLIST_DEVICE)) { in onReceive()
DConstants.java73 static final String ACTION_ACCEPTLIST_DEVICE = "android.btopp.intent.action.ACCEPTLIST_DEVICE"; field in Constants