Loading core/java/android/nfc/cardemulation/NfcFCardEmulation.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -25,7 +25,6 @@ import android.content.pm.PackageManager; import android.nfc.INfcFCardEmulation; import android.nfc.INfcFCardEmulation; import android.nfc.NfcAdapter; import android.nfc.NfcAdapter; import android.os.RemoteException; import android.os.RemoteException; import android.os.UserHandle; import android.util.Log; import android.util.Log; import java.util.HashMap; import java.util.HashMap; Loading core/java/android/nfc/cardemulation/NfcFServiceInfo.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -237,6 +237,7 @@ public final class NfcFServiceInfo implements Parcelable { public String toString() { public String toString() { StringBuilder out = new StringBuilder("NfcFService: "); StringBuilder out = new StringBuilder("NfcFService: "); out.append(getComponent()); out.append(getComponent()); out.append(", UID: " + mUid); out.append(", description: " + mDescription); out.append(", description: " + mDescription); out.append(", System Code: " + mSystemCode); out.append(", System Code: " + mSystemCode); if (mDynamicSystemCode != null) { if (mDynamicSystemCode != null) { Loading @@ -257,6 +258,7 @@ public final class NfcFServiceInfo implements Parcelable { NfcFServiceInfo thatService = (NfcFServiceInfo) o; NfcFServiceInfo thatService = (NfcFServiceInfo) o; if (!thatService.getComponent().equals(this.getComponent())) return false; if (!thatService.getComponent().equals(this.getComponent())) return false; if (thatService.getUid() != this.getUid()) return false; if (!thatService.mSystemCode.equalsIgnoreCase(this.mSystemCode)) return false; if (!thatService.mSystemCode.equalsIgnoreCase(this.mSystemCode)) return false; if (!thatService.mNfcid2.equalsIgnoreCase(this.mNfcid2)) return false; if (!thatService.mNfcid2.equalsIgnoreCase(this.mNfcid2)) return false; if (!thatService.mT3tPmm.equalsIgnoreCase(this.mT3tPmm)) return false; if (!thatService.mT3tPmm.equalsIgnoreCase(this.mT3tPmm)) return false; Loading Loading @@ -321,8 +323,9 @@ public final class NfcFServiceInfo implements Parcelable { }; }; public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { pw.println(" " + getComponent() + pw.println(" " + getComponent() " (Description: " + getDescription() + ")"); + " (Description: " + getDescription() + ")" + " (UID: " + getUid() + ")"); pw.println(" System Code: " + getSystemCode()); pw.println(" System Code: " + getSystemCode()); pw.println(" NFCID2: " + getNfcid2()); pw.println(" NFCID2: " + getNfcid2()); pw.println(" T3tPmm: " + getT3tPmm()); pw.println(" T3tPmm: " + getT3tPmm()); Loading Loading
core/java/android/nfc/cardemulation/NfcFCardEmulation.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -25,7 +25,6 @@ import android.content.pm.PackageManager; import android.nfc.INfcFCardEmulation; import android.nfc.INfcFCardEmulation; import android.nfc.NfcAdapter; import android.nfc.NfcAdapter; import android.os.RemoteException; import android.os.RemoteException; import android.os.UserHandle; import android.util.Log; import android.util.Log; import java.util.HashMap; import java.util.HashMap; Loading
core/java/android/nfc/cardemulation/NfcFServiceInfo.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -237,6 +237,7 @@ public final class NfcFServiceInfo implements Parcelable { public String toString() { public String toString() { StringBuilder out = new StringBuilder("NfcFService: "); StringBuilder out = new StringBuilder("NfcFService: "); out.append(getComponent()); out.append(getComponent()); out.append(", UID: " + mUid); out.append(", description: " + mDescription); out.append(", description: " + mDescription); out.append(", System Code: " + mSystemCode); out.append(", System Code: " + mSystemCode); if (mDynamicSystemCode != null) { if (mDynamicSystemCode != null) { Loading @@ -257,6 +258,7 @@ public final class NfcFServiceInfo implements Parcelable { NfcFServiceInfo thatService = (NfcFServiceInfo) o; NfcFServiceInfo thatService = (NfcFServiceInfo) o; if (!thatService.getComponent().equals(this.getComponent())) return false; if (!thatService.getComponent().equals(this.getComponent())) return false; if (thatService.getUid() != this.getUid()) return false; if (!thatService.mSystemCode.equalsIgnoreCase(this.mSystemCode)) return false; if (!thatService.mSystemCode.equalsIgnoreCase(this.mSystemCode)) return false; if (!thatService.mNfcid2.equalsIgnoreCase(this.mNfcid2)) return false; if (!thatService.mNfcid2.equalsIgnoreCase(this.mNfcid2)) return false; if (!thatService.mT3tPmm.equalsIgnoreCase(this.mT3tPmm)) return false; if (!thatService.mT3tPmm.equalsIgnoreCase(this.mT3tPmm)) return false; Loading Loading @@ -321,8 +323,9 @@ public final class NfcFServiceInfo implements Parcelable { }; }; public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { pw.println(" " + getComponent() + pw.println(" " + getComponent() " (Description: " + getDescription() + ")"); + " (Description: " + getDescription() + ")" + " (UID: " + getUid() + ")"); pw.println(" System Code: " + getSystemCode()); pw.println(" System Code: " + getSystemCode()); pw.println(" NFCID2: " + getNfcid2()); pw.println(" NFCID2: " + getNfcid2()); pw.println(" T3tPmm: " + getT3tPmm()); pw.println(" T3tPmm: " + getT3tPmm()); Loading