OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 214 milliseconds