Searched refs:setForegroundDispatch (Results 1 – 2 of 2) sorted by relevance
593 mNfcDispatcher.setForegroundDispatch(null, null, null); in disableInternal()804 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService810 mNfcDispatcher.setForegroundDispatch(null, null, null); in setForegroundDispatch()833 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
114 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher