Searched refs:setForegroundDispatch (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Nfc/tests/unit/src/com/android/nfc/ |
D | NfcDispatcherTest.java | 149 mNfcDispatcher.setForegroundDispatch(pendingIntent, new IntentFilter[]{}, in testSetForegroundDispatchForWifiConnect()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcDispatcher.java | 158 setForegroundDispatch(null, null, new String[][]{}); in resetForegroundDispatch() 161 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher 186 setForegroundDispatch(null, null, null); in onUidToBackground()
|
D | NfcService.java | 1904 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService 1936 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
|
/packages/apps/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…
|