Loading src/java/com/android/internal/telephony/RIL.java +9 −3 Original line number Diff line number Diff line Loading @@ -2315,7 +2315,9 @@ public class RIL extends BaseCommands implements CommandsInterface { android.hardware.radio.V1_5.RadioAccessSpecifier rasInHalFormat = convertRadioAccessSpecifierToRadioHAL_1_5(ras); if (rasInHalFormat == null) { return; AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } request.specifiers.add(rasInHalFormat); } Loading Loading @@ -2349,7 +2351,9 @@ public class RIL extends BaseCommands implements CommandsInterface { android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = convertRadioAccessSpecifierToRadioHAL(ras); if (rasInHalFormat == null) { return; AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } request.specifiers.add(rasInHalFormat); Loading Loading @@ -2388,7 +2392,9 @@ public class RIL extends BaseCommands implements CommandsInterface { android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = convertRadioAccessSpecifierToRadioHAL(ras); if (rasInHalFormat == null) { return; AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } request.specifiers.add(rasInHalFormat); Loading Loading
src/java/com/android/internal/telephony/RIL.java +9 −3 Original line number Diff line number Diff line Loading @@ -2315,7 +2315,9 @@ public class RIL extends BaseCommands implements CommandsInterface { android.hardware.radio.V1_5.RadioAccessSpecifier rasInHalFormat = convertRadioAccessSpecifierToRadioHAL_1_5(ras); if (rasInHalFormat == null) { return; AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } request.specifiers.add(rasInHalFormat); } Loading Loading @@ -2349,7 +2351,9 @@ public class RIL extends BaseCommands implements CommandsInterface { android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = convertRadioAccessSpecifierToRadioHAL(ras); if (rasInHalFormat == null) { return; AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } request.specifiers.add(rasInHalFormat); Loading Loading @@ -2388,7 +2392,9 @@ public class RIL extends BaseCommands implements CommandsInterface { android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = convertRadioAccessSpecifierToRadioHAL(ras); if (rasInHalFormat == null) { return; AsyncResult.forMessage(result, null, CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); result.sendToTarget(); } request.specifiers.add(rasInHalFormat); Loading