diff options
| author | 2020-12-04 19:23:32 +0000 | |
|---|---|---|
| committer | 2020-12-04 19:23:32 +0000 | |
| commit | 19825a1ae08e29fb4ac2289c722d79f62c20756d (patch) | |
| tree | 8fa3ab61be842299c8e6ad61adf97f20b54a541c | |
| parent | 59d91997fa22de5b577be4768d4d003fa158b666 (diff) | |
| parent | 6bf4f2535a74ff4eb7a593690001bc07f1718d72 (diff) | |
Merge "Clean up unused indication update mode definition in TelephonyManager" am: 6bf4f2535a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1516043
Change-Id: I18f9a3501a2e2423227059d09cae008d9d77198b
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index d156907af081..a686c007aee5 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -11543,18 +11543,6 @@ public class TelephonyManager { } /** - * 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 */ |