Searched refs:setForegroundDispatch (Results 1 – 2 of 2) sorted by relevance
897 mNfcDispatcher.setForegroundDispatch(null, null, null); in disableInternal()1248 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService1257 mNfcDispatcher.setForegroundDispatch(null, null, null); in setForegroundDispatch()1280 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
143 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher