OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enableForegroundDispatch
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java
78
if (mAdapter != null) mAdapter.
enableForegroundDispatch
(this, mPendingIntent, mFilters,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java
77
mNfcAdapter.
enableForegroundDispatch
(this, mPendingIntent, null, null);
TagVerifierActivity.java
131
mNfcAdapter.
enableForegroundDispatch
(this, mPendingIntent, null, null);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNfcAdapter.java
39
protected void
enableForegroundDispatch
(
Completed in 316 milliseconds