Searched refs:setForegroundDispatch (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Nfc/framework/java/android/nfc/ |
D | INfcAdapter.aidl | 59 void setForegroundDispatch(in PendingIntent intent, in setForegroundDispatch() method
|
D | NfcAdapter.java | 1686 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/ |
D | NfcDispatcherTest.java | 182 mNfcDispatcher.setForegroundDispatch(pendingIntent, new IntentFilter[]{}, in testSetForegroundDispatchForWifiConnect() 293 mNfcDispatcher.setForegroundDispatch(pendingIntent, intentFilters, techLists); in testDecodeNfcBarcodeUri()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | NfcDispatcher.java | 181 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()
|
D | NfcService.java | 2554 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService 2586 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
|
/packages/modules/Nfc/apex/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 163 Landroid/nfc/INfcAdapter$Stub$Proxy;->setForegroundDispatch(Landroid/app/PendingIntent;[Landroid/co… 213 Landroid/nfc/INfcAdapter;->setForegroundDispatch(Landroid/app/PendingIntent;[Landroid/content/Inten…
|