Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f805878 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change log for imei"

parents 6ea605c9 1237a5cd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ import android.telephony.ModemActivityInfo;
import android.telephony.NeighboringCellInfo;
import android.telephony.PhoneNumberUtils;
import android.telephony.RadioAccessFamily;
import android.telephony.Rlog;
import android.telephony.SignalStrength;
import android.telephony.SubscriptionManager;
import android.telephony.TelephonyManager;
@@ -64,6 +65,8 @@ import java.util.Collections;
import java.util.List;

public class RadioResponse extends IRadioResponse.Stub {
    private static final String TAG = RadioResponse.class.getSimpleName();

    // The number of the required config values for broadcast SMS stored in the C struct
    // RIL_CDMA_BroadcastServiceInfo
    private static final int CDMA_BSI_NO_OF_INTS_STRUCT = 3;
@@ -1014,7 +1017,7 @@ public class RadioResponse extends IRadioResponse.Stub {
     */
    public void getDeviceIdentityResponse(RadioResponseInfo responseInfo, String imei,
                                          String imeisv, String esn, String meid) {
        responseStrings(responseInfo, imei, imeisv, esn, meid);
        responseStrings(responseInfo, Rlog.pii(TAG, imei), imeisv, esn, meid);
    }

    /**