HomeSort by relevance Sort by last modified time
    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