OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_ALLOW_CONNECT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java
46
Intent allowIntent = new Intent(BluetoothHeadsetHandover.
ACTION_ALLOW_CONNECT
);
BluetoothHeadsetHandover.java
54
static final String
ACTION_ALLOW_CONNECT
= "com.android.nfc.handover.action.ALLOW_CONNECT";
131
filter.addAction(
ACTION_ALLOW_CONNECT
);
306
if (
ACTION_ALLOW_CONNECT
.equals(action)) {
Completed in 997 milliseconds