Searched refs:setForegroundDispatch (Results 1 – 2 of 2) sorted by relevance
812 mNfcDispatcher.setForegroundDispatch(null, null, null); in disableInternal()1057 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService1066 mNfcDispatcher.setForegroundDispatch(null, null, null); in setForegroundDispatch()1089 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
142 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher