Searched refs:setForegroundDispatch (Results 1 – 2 of 2) sorted by relevance
591 mNfcDispatcher.setForegroundDispatch(null, null, null); in disableInternal()793 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService802 mNfcDispatcher.setForegroundDispatch(null, null, null); in setForegroundDispatch()825 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
117 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher