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

Commit b591f9d2 authored by chen xu's avatar chen xu Committed by Chen Xu
Browse files

correct the definition of LISTEN_RADIO_POWER_STATE_CHANGED

keep the value same as master

Bug: 117930373
Test: telephony unit test
Change-Id: I0bad21eeed2b4667fbb781253828b99332103b31
Merged-in: Id170063bfdb1e3325f67e8680231ab4deda7d65d
parent 0c9254ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5142,7 +5142,7 @@ package android.telephony {

  public class PhoneStateListener {
    method public void onRadioPowerStateChanged(int);
    field public static final int LISTEN_RADIO_POWER_STATE_CHANGED = 4194304; // 0x400000
    field public static final int LISTEN_RADIO_POWER_STATE_CHANGED = 8388608; // 0x800000
  }

  public class ServiceState implements android.os.Parcelable {
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ public class PhoneStateListener {
     *  @hide
     */
    @SystemApi
    public static final int LISTEN_RADIO_POWER_STATE_CHANGED               = 0x00400000;
    public static final int LISTEN_RADIO_POWER_STATE_CHANGED               = 0x00800000;

    /*
     * Subscription used to listen to the phone state changes