Searched refs:enableForegroundDispatch (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Nfc/framework/api/ |
D | module-lib-lint-baseline.txt | 13 RequiresPermission: android.nfc.NfcAdapter#enableForegroundDispatch(android.app.Activity, android.a… 14 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe…
|
D | lint-baseline.txt | 18 RequiresPermission: android.nfc.NfcAdapter#enableForegroundDispatch(android.app.Activity, android.a… 19 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe…
|
D | system-lint-baseline.txt | 32 RequiresPermission: android.nfc.NfcAdapter#enableForegroundDispatch(android.app.Activity, android.a… 33 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe…
|
D | current.txt | 71 …method public void enableForegroundDispatch(android.app.Activity, android.app.PendingIntent, andro…
|
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/interactive/ |
D | TagVerifierActivity.java | 88 mNfcAdapter.enableForegroundDispatch(this, mPendingIntent, null, null); in onResume()
|
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/ |
D | NfcAdapterTest.java | 175 adapter.enableForegroundDispatch(activity, pendingIntent, null, techLists); in testEnableAndDisableForegroundDispatch() 191 adapter.enableForegroundDispatch(activity, pendingIntent, null, techLists); in testEnableAndDisableReaderMode()
|
/packages/modules/Nfc/framework/java/android/nfc/ |
D | NfcAdapter.java | 1673 public void enableForegroundDispatch(Activity activity, PendingIntent intent, in enableForegroundDispatch() method in NfcAdapter
|