Home | History | Annotate | Download | only in nfc

Lines Matching refs:NfcService

78 public class NfcService extends Application implements DeviceHostListener {
82 static final String TAG = "NfcService";
221 private static NfcService sService;
238 public static NfcService getInstance() {
244 sendMessage(NfcService.MSG_NDEF_TAG, tag);
252 sendMessage(NfcService.MSG_TARGET_DESELECTED, null);
260 sendMessage(NfcService.MSG_CARD_EMULATION, aid);
268 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
276 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
281 sendMessage(NfcService.MSG_SE_FIELD_ACTIVATED, null);
286 sendMessage(NfcService.MSG_SE_FIELD_DEACTIVATED, null);
291 sendMessage(NfcService.MSG_SE_APDU_RECEIVED, apdu);
296 sendMessage(NfcService.MSG_SE_EMV_CARD_REMOVAL, null);
301 sendMessage(NfcService.MSG_SE_MIFARE_ACCESS, block);
336 mWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "NfcService");
432 * NfcService.this for the entire task.
522 synchronized(NfcService.this) {
557 synchronized (NfcService.this) {
626 synchronized (NfcService.this) {
640 synchronized (NfcService.this) {
676 NfcService.enforceAdminPerm(mContext);
696 NfcService.enforceAdminPerm(mContext);
709 synchronized (NfcService.this) {
716 NfcService.enforceAdminPerm(mContext);
717 synchronized(NfcService.this) {
734 NfcService.enforceAdminPerm(mContext);
735 synchronized(NfcService.this) {
796 NfcService.this.enforceNfceeAdminPerm(pkg);
802 synchronized (NfcService.this) {
809 NfcService.this.dump(fd, pw, args);
1188 synchronized (NfcService.this) {
1226 NfcService.this.enforceNfceeAdminPerm(pkg);
1239 synchronized(NfcService.this) {
1270 NfcService.this.enforceNfceeAdminPerm(pkg);
1284 NfcService.this.enforceNfceeAdminPerm(pkg);
1299 synchronized(NfcService.this) {
1316 NfcService.this.enforceNfceeAdminPerm(pkg);
1322 NfcService.this.enforceNfceeAdminPerm(pkg);
1329 NfcService.this.enforceNfceeAdminPerm(pkg);
1350 synchronized (NfcService.this) {
1663 synchronized (NfcService.this) {
1741 synchronized (NfcService.this) {
1770 synchronized (NfcService.this) {
1803 synchronized (NfcService.this) {
1872 synchronized (NfcService.this) {