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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java89 public class NfcService implements DeviceHostListener { class in inherits:DeviceHostListener
93 static final String TAG = "NfcService";
281 private static NfcService sService;
307 public static NfcService getInstance() {
313 sendMessage(NfcService.MSG_NDEF_TAG, tag);
322 sendMessage(NfcService.MSG_TARGET_DESELECTED, null);
332 sendMessage(NfcService.MSG_CARD_EMULATION, aid);
365 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
373 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
381 sendMessage(NfcService
440 public NfcService(Application nfcApplication) { method in class:NfcService
[all...]

Completed in 57 milliseconds