Lines Matching refs:NfcService
94 public class NfcService implements DeviceHostListener { class
239 private static NfcService sService;
241 public static NfcService getInstance() { in getInstance()
247 sendMessage(NfcService.MSG_NDEF_TAG, tag); in onRemoteEndpointDiscovered()
279 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device); in onLlcpLinkActivated()
287 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device); in onLlcpLinkDeactivated()
295 sendMessage(NfcService.MSG_LLCP_LINK_FIRST_PACKET, device); in onLlcpFirstPacketReceived()
300 sendMessage(NfcService.MSG_RF_FIELD_ACTIVATED, null); in onRemoteFieldActivated()
305 sendMessage(NfcService.MSG_RF_FIELD_DEACTIVATED, null); in onRemoteFieldDeactivated()
314 public NfcService(Application nfcApplication) { in NfcService() method in NfcService
547 synchronized (NfcService.this) { in enableInternal()
599 synchronized (NfcService.this) { in disableInternal()
610 synchronized (NfcService.this) { in updateState()
624 synchronized (NfcService.this) { in saveNfcOnSetting()
724 synchronized (NfcService.this) { in pausePolling()
736 synchronized (NfcService.this) { in resumePolling()
749 synchronized (NfcService.this) { in isNdefPushEnabled()
757 synchronized (NfcService.this) { in enableNdefPush()
776 synchronized (NfcService.this) { in disableNdefPush()
852 synchronized (NfcService.this) { in ignore()
938 synchronized (NfcService.this) { in getState()
945 NfcService.this.dump(fd, pw, args); in dump()
970 synchronized (NfcService.this) { in setReaderMode()
1012 synchronized (NfcService.this) { in addNfcUnlockHandler()
1021 synchronized (NfcService.this) { in removeNfcUnlockHandler()
1032 techCodeToMask.put(TagTechnology.NFC_A, NfcService.NFC_POLL_A); in computeLockscreenPollMask()
1033 techCodeToMask.put(TagTechnology.NFC_B, NfcService.NFC_POLL_B); in computeLockscreenPollMask()
1034 techCodeToMask.put(TagTechnology.NFC_V, NfcService.NFC_POLL_ISO15693); in computeLockscreenPollMask()
1035 techCodeToMask.put(TagTechnology.NFC_F, NfcService.NFC_POLL_F); in computeLockscreenPollMask()
1036 techCodeToMask.put(TagTechnology.NFC_BARCODE, NfcService.NFC_POLL_KOVIO); in computeLockscreenPollMask()
1053 synchronized (NfcService.this) { in binderDied()
1758 synchronized (NfcService.this) { in handleMessage()
1797 synchronized (NfcService.this) { in handleMessage()
1810 synchronized (NfcService.this) { in handleMessage()
1831 synchronized (NfcService.this) { in handleMessage()
1891 synchronized (NfcService.this) { in handleMessage()
1926 synchronized (NfcService.this) { in handleMessage()
1990 synchronized (NfcService.this) { in llcpActivated()
2019 synchronized (NfcService.this) { in llcpActivated()
2073 synchronized (NfcService.this) { in doInBackground()