Lines Matching refs:NfcService
121 public class NfcService implements DeviceHostListener { class
346 private static NfcService sService;
358 public static NfcService getInstance() { in getInstance()
364 sendMessage(NfcService.MSG_NDEF_TAG, tag); in onRemoteEndpointDiscovered()
399 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device); in onLlcpLinkActivated()
408 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device); in onLlcpLinkDeactivated()
418 sendMessage(NfcService.MSG_LLCP_LINK_FIRST_PACKET, device); in onLlcpFirstPacketReceived()
423 sendMessage(NfcService.MSG_RF_FIELD_ACTIVATED, null); in onRemoteFieldActivated()
428 sendMessage(NfcService.MSG_RF_FIELD_DEACTIVATED, null); in onRemoteFieldDeactivated()
434 sendMessage(NfcService.MSG_TRANSACTION_EVENT, dataObj); in onNfcTransactionEvent()
458 public NfcService(Application nfcApplication) { in NfcService() method in NfcService
815 synchronized (NfcService.this) { in enableInternal()
913 synchronized (NfcService.this) { in disableInternal()
987 synchronized (NfcService.this) { in updateState()
1000 synchronized (NfcService.this) { in updateAlwaysOnState()
1023 synchronized (NfcService.this) { in getAlwaysOnState()
1034 synchronized (NfcService.this) { in saveNfcOnSetting()
1129 synchronized (NfcService.this) { in pausePolling()
1141 synchronized (NfcService.this) { in resumePolling()
1155 synchronized (NfcService.this) { in isNdefPushEnabled()
1163 synchronized (NfcService.this) { in enableNdefPush()
1188 synchronized (NfcService.this) { in isNfcSecureEnabled()
1201 synchronized (NfcService.this) { in setNfcSecure()
1224 synchronized (NfcService.this) { in disableNdefPush()
1316 synchronized (NfcService.this) { in ignore()
1406 synchronized (NfcService.this) { in getState()
1413 NfcService.this.dump(fd, pw, args); in dump()
1448 synchronized (NfcService.this) { in setReaderMode()
1519 synchronized (NfcService.this) { in addNfcUnlockHandler()
1528 synchronized (NfcService.this) { in removeNfcUnlockHandler()
1550 techCodeToMask.put(TagTechnology.NFC_A, NfcService.NFC_POLL_A); in computeLockscreenPollMask()
1551 techCodeToMask.put(TagTechnology.NFC_B, NfcService.NFC_POLL_B); in computeLockscreenPollMask()
1552 techCodeToMask.put(TagTechnology.NFC_V, NfcService.NFC_POLL_V); in computeLockscreenPollMask()
1553 techCodeToMask.put(TagTechnology.NFC_F, NfcService.NFC_POLL_F); in computeLockscreenPollMask()
1554 techCodeToMask.put(TagTechnology.NFC_BARCODE, NfcService.NFC_POLL_KOVIO); in computeLockscreenPollMask()
1600 synchronized (NfcService.this) { in updateReaderModeParams()
1659 synchronized (NfcService.this) { in binderDied()
2497 synchronized (NfcService.this) { in handleMessage()
2537 synchronized (NfcService.this) { in handleMessage()
2551 synchronized (NfcService.this) { in handleMessage()
2603 synchronized (NfcService.this) { in handleMessage()
2643 synchronized (NfcService.this) { in handleMessage()
2689 synchronized (NfcService.this) { in handleMessage()
2729 synchronized (NfcService.this) { in handleMessage()
2768 synchronized (NfcService.this) { in handleMessage()
2984 synchronized (NfcService.this) { in llcpActivated()
3013 synchronized (NfcService.this) { in llcpActivated()
3112 synchronized (NfcService.this) { in doInBackground()
3155 sendMessage(NfcService.MSG_APPLY_SCREEN_STATE, screenState);