diff options
| author | Jack Yu <jackyu@google.com> | 2019-11-21 20:10:15 -0800 |
|---|---|---|
| committer | Jack Yu <jackyu@google.com> | 2019-12-13 15:34:01 -0800 |
| commit | 45811ecc855285222f607f4284696c89669c2432 (patch) | |
| tree | b8a5a5a6a1059f400493ae9270ac26b3610daeb2 /core/java/android | |
| parent | 35eed634243228244cdd755fad23b47cac2c9e1d (diff) | |
Code clean up
Remove database version 1~11 support since the format hasn't changed
in the past 7 years.
Bug: 135956699
Test: Manual
Merged-In: I367124471f16073bb47a31c094d161d36969acc1
Change-Id: I367124471f16073bb47a31c094d161d36969acc1
(cherry picked from commit 21effc8643d93f6859914a951ad96ebb6cb3aa58)
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Telephony.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 8a3d79c2eb31..b28cdf1dcb9b 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -4119,20 +4119,6 @@ public final class Telephony { public static final String CID = "cid"; /** - * Message code. <em>OBSOLETE: merged into SERIAL_NUMBER.</em> - * <P>Type: INTEGER</P> - * @hide - */ - public static final String V1_MESSAGE_CODE = "message_code"; - - /** - * Message identifier. <em>OBSOLETE: renamed to SERVICE_CATEGORY.</em> - * <P>Type: INTEGER</P> - * @hide - */ - public static final String V1_MESSAGE_IDENTIFIER = "message_id"; - - /** * Service category which represents the general topic of the message. * <p> * For GSM/UMTS: message identifier (see 3GPP TS 23.041 section 9.4.1.2.2) |
