Home | History | Annotate | Download | only in cardemulation

Lines Matching refs:nfcid2

48         public final String nfcid2;
50 T3tIdentifier(String systemCode, String nfcid2) {
52 this.nfcid2 = nfcid2;
62 if (!nfcid2.equalsIgnoreCase(that.nfcid2)) return false;
70 result = 31 * result + nfcid2.hashCode();
88 public NfcFServiceInfo resolveNfcid2(String nfcid2) {
90 if (DBG) Log.d(TAG, "resolveNfcid2: resolving NFCID " + nfcid2);
92 resolveInfo = mForegroundT3tIdentifiersCache.get(nfcid2);
202 pw.println(" NFCID2: " + entry.getKey());