Merge "Clean up unused indication update mode definition in TelephonyManager" am: 6bf4f2535a am: 19825a1ae0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1516043

Change-Id: Ia7e42cbe7f4d81e228498056a7efe5612c25d007
This commit is contained in:
Treehugger Robot
2020-12-04 19:43:55 +00:00
committed by Automerger Merge Worker

View File

@@ -11542,18 +11542,6 @@ public class TelephonyManager {
com.android.internal.R.bool.config_mobile_data_capable);
}
/**
* In this mode, modem will not send specified indications when screen is off.
* @hide
*/
public static final int INDICATION_UPDATE_MODE_NORMAL = 1;
/**
* In this mode, modem will still send specified indications when screen is off.
* @hide
*/
public static final int INDICATION_UPDATE_MODE_IGNORE_SCREEN_OFF = 2;
/**
* The indication for signal strength update.
* @hide