Loading core/java/android/se/omapi/Session.java +0 −6 Original line number Diff line number Diff line Loading @@ -301,12 +301,6 @@ public class Session { * provide a new logical channel. */ public @Nullable Channel openLogicalChannel(byte[] aid, byte p2) throws IOException { if ((mReader.getName().startsWith("SIM")) && (aid == null)) { Log.e(TAG, "NULL AID not supported on " + mReader.getName()); return null; } if (!mService.isConnected()) { throw new IllegalStateException("service not connected to system"); } Loading Loading
core/java/android/se/omapi/Session.java +0 −6 Original line number Diff line number Diff line Loading @@ -301,12 +301,6 @@ public class Session { * provide a new logical channel. */ public @Nullable Channel openLogicalChannel(byte[] aid, byte p2) throws IOException { if ((mReader.getName().startsWith("SIM")) && (aid == null)) { Log.e(TAG, "NULL AID not supported on " + mReader.getName()); return null; } if (!mService.isConnected()) { throw new IllegalStateException("service not connected to system"); } Loading