OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_WHITELIST_DEVICE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java
39
private static final String
ACTION_WHITELIST_DEVICE
=
128
Intent intent = new Intent(
ACTION_WHITELIST_DEVICE
);
BeamTransferManager.java
103
static final String
ACTION_WHITELIST_DEVICE
=
176
Intent intent = new Intent(
ACTION_WHITELIST_DEVICE
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java
71
} else if (action.equals(Constants.
ACTION_WHITELIST_DEVICE
)) {
Constants.java
72
public static final String
ACTION_WHITELIST_DEVICE
= "android.btopp.intent.action.WHITELIST_DEVICE";
Completed in 68 milliseconds