Home
last modified time | relevance | path

Searched refs:setForegroundDispatch (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Nfc/framework/java/android/nfc/
DINfcAdapter.aidl59 void setForegroundDispatch(in PendingIntent intent, in setForegroundDispatch() method
DNfcAdapter.java1686 callService(() -> sService.setForegroundDispatch(intent, filters, parcel)); in enableForegroundDispatch()
1710 callService(() -> sService.setForegroundDispatch(null, null, null)); in disableForegroundDispatch()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcDispatcherTest.java182 mNfcDispatcher.setForegroundDispatch(pendingIntent, new IntentFilter[]{}, in testSetForegroundDispatchForWifiConnect()
293 mNfcDispatcher.setForegroundDispatch(pendingIntent, intentFilters, techLists); in testDecodeNfcBarcodeUri()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcDispatcher.java181 setForegroundDispatch(null, null, new String[][]{}); in resetForegroundDispatch()
184 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher
212 setForegroundDispatch(null, null, null); in onUidToBackground()
DNfcService.java2554 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService
2586 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
/packages/modules/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt163 Landroid/nfc/INfcAdapter$Stub$Proxy;->setForegroundDispatch(Landroid/app/PendingIntent;[Landroid/co…
213 Landroid/nfc/INfcAdapter;->setForegroundDispatch(Landroid/app/PendingIntent;[Landroid/content/Inten…