Loading api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5159,7 +5159,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 { Loading telephony/java/android/telephony/PhoneStateListener.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5159,7 +5159,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 { Loading
telephony/java/android/telephony/PhoneStateListener.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading