diff options
author | Jack Yu <jackyu@google.com> | 2020-07-29 16:56:41 -0700 |
---|---|---|
committer | Jack Yu <jackyu@google.com> | 2020-08-01 20:23:44 -0700 |
commit | ec5093d4d7ae6d736da24a4b67a808d1f26f3386 (patch) | |
tree | 4e211b3ae56d31b81978e52d319c2ee44faec9a7 /telephony/api | |
parent | c9bda1776f1e2d13bf7ad1a8ef847ac5d7d16ec6 (diff) |
Added transport type and id in precise data connection state
Added the transport type in precise data connection state. This
would be useful for IWLAN, MAPCON, and 5G development work. Also
added id for listener to keep tracking the same data connection
state.
Bug: 161572838
Test: FrameworksTelephonyTests
Change-Id: I5a14610bf072a64b534227fb715ebec58716bce0
Diffstat (limited to 'telephony/api')
-rw-r--r-- | telephony/api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/api/system-current.txt b/telephony/api/system-current.txt index ef94c7677a17..09c16595e2c7 100644 --- a/telephony/api/system-current.txt +++ b/telephony/api/system-current.txt @@ -316,6 +316,7 @@ package android.telephony { method @Deprecated public int getDataConnectionApnTypeBitMask(); method @Deprecated public int getDataConnectionFailCause(); method @Deprecated public int getDataConnectionState(); + method public int getId(); } public final class PreciseDisconnectCause { |