Searched defs:setForegroundDispatch (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java111 public synchronized void setForegroundDispatch(PendingIntent intent, method in class:NfcDispatcher
H A DNfcService.java586 mNfcDispatcher.setForegroundDispatch(null, null, null);
769 public void setForegroundDispatch(PendingIntent intent, method in class:NfcService.NfcAdapterService
775 mNfcDispatcher.setForegroundDispatch(null, null, null);
798 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists);

Completed in 173 milliseconds