diff options
| author | 2020-12-02 19:43:55 +0000 | |
|---|---|---|
| committer | 2020-12-02 19:43:55 +0000 | |
| commit | ee9fb36fa73dc8acb3bcca9b25d949920d2db2be (patch) | |
| tree | 7ccb26753704c7f27d1ac3963651572c4ebf5599 | |
| parent | fcdc5c4c1d6e5bf52e541ecea07a2cfa44536d72 (diff) | |
| parent | 4bb237e4ae99e3a41bc7f1c1000a2697bd425f18 (diff) | |
Merge "Clean up unused indication update mode definition in TelephonyManager"
| -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 d963970a3d2b..886ec33af2b8 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -11694,18 +11694,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 */ |