Loading src/java/com/android/internal/telephony/RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -1245,7 +1245,7 @@ public class RIL extends BaseCommands implements CommandsInterface { return; } RILRequest rr = obtainRequest(RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS, onComplete, RILRequest rr = obtainRequest(RIL_REQUEST_GET_SYSTEM_SELECTION_CHANNELS, onComplete, mRILDefaultWorkSource); android.hardware.radio.V1_6.IRadio radioProxy16 = Loading src/java/com/android/internal/telephony/RadioResponse.java +3 −1 Original line number Diff line number Diff line Loading @@ -3001,9 +3001,11 @@ public class RadioResponse extends IRadioResponse.Stub { /** * @param info Response info struct containing response type, serial no. and error. * @param specifiers List of RadioAccessSpecifiers that are scanned. */ public void getSystemSelectionChannelsResponse( android.hardware.radio.V1_6.RadioResponseInfo info) { android.hardware.radio.V1_6.RadioResponseInfo info, ArrayList<android.hardware.radio.V1_5.RadioAccessSpecifier> specifiers) { responseVoid_1_6(info); } Loading Loading
src/java/com/android/internal/telephony/RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -1245,7 +1245,7 @@ public class RIL extends BaseCommands implements CommandsInterface { return; } RILRequest rr = obtainRequest(RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS, onComplete, RILRequest rr = obtainRequest(RIL_REQUEST_GET_SYSTEM_SELECTION_CHANNELS, onComplete, mRILDefaultWorkSource); android.hardware.radio.V1_6.IRadio radioProxy16 = Loading
src/java/com/android/internal/telephony/RadioResponse.java +3 −1 Original line number Diff line number Diff line Loading @@ -3001,9 +3001,11 @@ public class RadioResponse extends IRadioResponse.Stub { /** * @param info Response info struct containing response type, serial no. and error. * @param specifiers List of RadioAccessSpecifiers that are scanned. */ public void getSystemSelectionChannelsResponse( android.hardware.radio.V1_6.RadioResponseInfo info) { android.hardware.radio.V1_6.RadioResponseInfo info, ArrayList<android.hardware.radio.V1_5.RadioAccessSpecifier> specifiers) { responseVoid_1_6(info); } Loading