Loading nfc/java/android/nfc/cardemulation/ApduServiceInfo.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -301,7 +301,7 @@ public final class ApduServiceInfo implements Parcelable { mOffHostName = sa.getString( mOffHostName = sa.getString( com.android.internal.R.styleable.OffHostApduService_secureElementName); com.android.internal.R.styleable.OffHostApduService_secureElementName); mShouldDefaultToObserveMode = sa.getBoolean( mShouldDefaultToObserveMode = sa.getBoolean( R.styleable.HostApduService_shouldDefaultToObserveMode, R.styleable.OffHostApduService_shouldDefaultToObserveMode, false); false); if (mOffHostName != null) { if (mOffHostName != null) { if (mOffHostName.equals("eSE")) { if (mOffHostName.equals("eSE")) { Loading Loading
nfc/java/android/nfc/cardemulation/ApduServiceInfo.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -301,7 +301,7 @@ public final class ApduServiceInfo implements Parcelable { mOffHostName = sa.getString( mOffHostName = sa.getString( com.android.internal.R.styleable.OffHostApduService_secureElementName); com.android.internal.R.styleable.OffHostApduService_secureElementName); mShouldDefaultToObserveMode = sa.getBoolean( mShouldDefaultToObserveMode = sa.getBoolean( R.styleable.HostApduService_shouldDefaultToObserveMode, R.styleable.OffHostApduService_shouldDefaultToObserveMode, false); false); if (mOffHostName != null) { if (mOffHostName != null) { if (mOffHostName.equals("eSE")) { if (mOffHostName.equals("eSE")) { Loading