Home
last modified time | relevance | path

Searched refs:enableForegroundDispatch (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Nfc/framework/api/
Dmodule-lib-lint-baseline.txt13 RequiresPermission: android.nfc.NfcAdapter#enableForegroundDispatch(android.app.Activity, android.a…
14 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe…
Dlint-baseline.txt18 RequiresPermission: android.nfc.NfcAdapter#enableForegroundDispatch(android.app.Activity, android.a…
19 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe…
Dsystem-lint-baseline.txt32 RequiresPermission: android.nfc.NfcAdapter#enableForegroundDispatch(android.app.Activity, android.a…
33 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe…
Dcurrent.txt71 …method public void enableForegroundDispatch(android.app.Activity, android.app.PendingIntent, andro…
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/interactive/
DTagVerifierActivity.java88 mNfcAdapter.enableForegroundDispatch(this, mPendingIntent, null, null); in onResume()
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DNfcAdapterTest.java175 adapter.enableForegroundDispatch(activity, pendingIntent, null, techLists); in testEnableAndDisableForegroundDispatch()
191 adapter.enableForegroundDispatch(activity, pendingIntent, null, techLists); in testEnableAndDisableReaderMode()
/packages/modules/Nfc/framework/java/android/nfc/
DNfcAdapter.java1673 public void enableForegroundDispatch(Activity activity, PendingIntent intent, in enableForegroundDispatch() method in NfcAdapter