HomeSort by relevance Sort by last modified time
    Searched refs:setForegroundDispatch (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/nfc/
INfcAdapter.aidl 43 void setForegroundDispatch(in PendingIntent intent,
NfcAdapter.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 80 public synchronized void setForegroundDispatch(PendingIntent intent,
NfcService.java 572 mNfcDispatcher.setForegroundDispatch(null, null, null);
751 public void setForegroundDispatch(PendingIntent intent,
757 mNfcDispatcher.setForegroundDispatch(null, null, null);
780 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists);
    [all...]

Completed in 337 milliseconds