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