OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_HANDOVER_SEND_MULTIPLE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java
38
action.equals(Constants.
ACTION_HANDOVER_SEND_MULTIPLE
)) {
57
} else if (action.equals(Constants.
ACTION_HANDOVER_SEND_MULTIPLE
)) {
Constants.java
88
public static final String
ACTION_HANDOVER_SEND_MULTIPLE
=
/packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java
49
static final String
ACTION_HANDOVER_SEND_MULTIPLE
=
129
intent.setAction(
ACTION_HANDOVER_SEND_MULTIPLE
);
Completed in 52 milliseconds