Lines Matching refs:NfcService
147 public class NfcService implements DeviceHostListener, ForegroundUtils.Callback { class
449 private static NfcService sService;
470 public static NfcService getInstance() { in getInstance()
476 sendMessage(NfcService.MSG_NDEF_TAG, tag); in onRemoteEndpointDiscovered()
505 sendMessage(NfcService.MSG_RF_FIELD_ACTIVATED, null); in onRemoteFieldActivated()
514 sendMessage(NfcService.MSG_RF_FIELD_DEACTIVATED, null); in onRemoteFieldDeactivated()
531 sendMessage(NfcService.MSG_TRANSACTION_EVENT, dataObj); in onNfcTransactionEvent()
564 synchronized (NfcService.this) { in setPowerSavingMode()
629 synchronized (NfcService.this) { in saveNfcOnSetting()
637 synchronized (NfcService.this) { in getNfcOnSetting()
643 synchronized (NfcService.this) { in saveNfcListenTech()
651 synchronized (NfcService.this) { in getNfcListenTech()
657 synchronized (NfcService.this) { in saveNfcPollTech()
665 synchronized (NfcService.this) { in getNfcPollTech()
697 public NfcService(Application nfcApplication, NfcInjector nfcInjector) { in NfcService() method in NfcService
1001 synchronized (NfcService.this) { in storeTagAppPrefList()
1036 synchronized (NfcService.this) { in renewTagAppPrefList()
1187 synchronized (NfcService.this) { in doInBackground()
1228 synchronized (NfcService.this) { in doInBackground()
1300 synchronized (NfcService.this) { in enableInternal()
1406 synchronized (NfcService.this) { in disableInternal()
1432 synchronized (NfcService.this) { in disableInternal()
1501 synchronized (NfcService.this) { in updateState()
1519 synchronized (NfcService.this) { in updateAlwaysOnState()
1542 synchronized (NfcService.this) { in getAlwaysOnState()
1582 synchronized (NfcService.this) { in resetReaderModeParams()
1603 synchronized (NfcService.this) { in onUidToBackground()
1609 synchronized (NfcService.this) { in onUidToBackground()
1838 synchronized (NfcService.this) { in pausePolling()
1850 synchronized (NfcService.this) { in resumePolling()
1864 synchronized (NfcService.this) { in isNfcSecureEnabled()
1877 synchronized (NfcService.this) { in setNfcSecure()
1962 synchronized (NfcService.this) { in ignore()
2011 synchronized (NfcService.this) { in getState()
2018 NfcService.this.dump(fd, pw, args); in dump()
2045 NfcService.this, callingUid)) { in updateDiscoveryTechnology()
2083 synchronized (NfcService.this) { in updateDiscoveryTechnology()
2139 NfcService.this, callingUid)) { in setReaderMode()
2149 synchronized (NfcService.this) { in setReaderMode()
2238 synchronized (NfcService.this) { in addNfcUnlockHandler()
2247 synchronized (NfcService.this) { in removeNfcUnlockHandler()
2292 synchronized (NfcService.this) { in setWlcEnabled()
2311 synchronized (NfcService.this) { in isWlcEnabled()
2321 synchronized (NfcService.this) { in getWlcListenerDeviceInfo()
2330 techCodeToMask.put(TagTechnology.NFC_A, NfcService.NFC_POLL_A); in computeLockscreenPollMask()
2331 techCodeToMask.put(TagTechnology.NFC_B, NfcService.NFC_POLL_B); in computeLockscreenPollMask()
2332 techCodeToMask.put(TagTechnology.NFC_V, NfcService.NFC_POLL_V); in computeLockscreenPollMask()
2333 techCodeToMask.put(TagTechnology.NFC_F, NfcService.NFC_POLL_F); in computeLockscreenPollMask()
2334 techCodeToMask.put(TagTechnology.NFC_BARCODE, NfcService.NFC_POLL_KOVIO); in computeLockscreenPollMask()
2381 synchronized (NfcService.this) { in updateReaderModeParams()
2399 synchronized (NfcService.this) { in setTagAppPreferenceInternal()
2459 synchronized (NfcService.this) { in getTagIntentAppPreferenceForUser()
2476 synchronized (NfcService.this) { in enableReaderOption()
2582 NfcShellCommand shellCommand = new NfcShellCommand(NfcService.this, mContext); in handleShellCommand()
2723 synchronized (NfcService.this) { in binderDied()
2733 synchronized (NfcService.this) { in binderDied()
2746 synchronized (NfcService.this) { in binderDied()
3582 NfcService.getInstance().sendMessage(NfcService.MSG_APPLY_SCREEN_STATE, screenState); in sendScreenMessageAfterNfcCharging()
3685 synchronized (NfcService.this) { in handleMessage()
3728 synchronized (NfcService.this) { in handleMessage()
3743 synchronized (NfcService.this) { in handleMessage()
3809 synchronized (NfcService.this) { in handleMessage()
3875 synchronized (NfcService.this) { in handleMessage()
3894 synchronized (NfcService.this) { in handleMessage()
3944 synchronized (NfcService.this) { in handleMessage()
4211 synchronized (NfcService.this) { in pollingDelay()
4286 synchronized (NfcService.this) { in dispatchTagEndpoint()
4296 synchronized (NfcService.this) { in dispatchTagEndpoint()
4320 synchronized (NfcService.this) { in doInBackground()
4355 synchronized (NfcService.this) {
4460 sendMessage(NfcService.MSG_APPLY_SCREEN_STATE, screenState); in applyScreenState()
4572 synchronized (NfcService.this) { in dumpTagAppPreference()