Loading src/java/com/android/internal/telephony/SamsungQualcommRIL.java +16 −1 Original line number Diff line number Diff line Loading @@ -290,6 +290,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { if(cdmaSubscription != -1) { setCdmaSubscriptionSource(mCdmaSubscription, null); } if(mRilVersion >= 8) setCellInfoListRate(Integer.MAX_VALUE, null); notifyRegistrantsRilConnectionChanged(((int[])ret)[0]); break; Loading Loading @@ -786,4 +787,18 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { return ret; } @Override public void getImsRegistrationState(Message result) { if(mRilVersion >= 8) super.getImsRegistrationState(result); else { if (result != null) { CommandException ex = new CommandException( CommandException.Error.REQUEST_NOT_SUPPORTED); AsyncResult.forMessage(result, null, ex); result.sendToTarget(); } } } } Loading
src/java/com/android/internal/telephony/SamsungQualcommRIL.java +16 −1 Original line number Diff line number Diff line Loading @@ -290,6 +290,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { if(cdmaSubscription != -1) { setCdmaSubscriptionSource(mCdmaSubscription, null); } if(mRilVersion >= 8) setCellInfoListRate(Integer.MAX_VALUE, null); notifyRegistrantsRilConnectionChanged(((int[])ret)[0]); break; Loading Loading @@ -786,4 +787,18 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { return ret; } @Override public void getImsRegistrationState(Message result) { if(mRilVersion >= 8) super.getImsRegistrationState(result); else { if (result != null) { CommandException ex = new CommandException( CommandException.Error.REQUEST_NOT_SUPPORTED); AsyncResult.forMessage(result, null, ex); result.sendToTarget(); } } } }