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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java650 mNfcDispatcher.setForegroundDispatch(null, null, null);
855 public void setForegroundDispatch(PendingIntent intent, method in class:NfcService.NfcAdapterService
859 Log.e(TAG, "setForegroundDispatch: Caller not in foreground.");
864 mNfcDispatcher.setForegroundDispatch(null, null, null);
887 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists);
H A DNfcDispatcher.java127 public synchronized void setForegroundDispatch(PendingIntent intent, method in class:NfcDispatcher

Completed in 32 milliseconds