Home
last modified time | relevance | path

Searched refs:setForegroundDispatch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java593 mNfcDispatcher.setForegroundDispatch(null, null, null); in disableInternal()
804 public void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcService.NfcAdapterService
810 mNfcDispatcher.setForegroundDispatch(null, null, null); in setForegroundDispatch()
833 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
DNfcDispatcher.java114 public synchronized void setForegroundDispatch(PendingIntent intent, in setForegroundDispatch() method in NfcDispatcher