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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java78 public class NfcService extends Application implements DeviceHostListener { class in inherits:Application,DeviceHostListener
82 static final String TAG = "NfcService";
219 private static NfcService sService;
236 public static NfcService getInstance() {
242 sendMessage(NfcService.MSG_NDEF_TAG, tag);
250 sendMessage(NfcService.MSG_TARGET_DESELECTED, null);
258 sendMessage(NfcService.MSG_CARD_EMULATION, aid);
266 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
274 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
279 sendMessage(NfcService
[all...]

Completed in 55 milliseconds