diff options
| author | 2020-02-05 22:25:23 -0800 | |
|---|---|---|
| committer | 2020-03-18 09:52:24 -0700 | |
| commit | ca33ed2d7e024a2a09a732acaa09de01b09d8b75 (patch) | |
| tree | 33a6acd31d524cacb84a7b8f47e98a682b55f07b | |
| parent | 22511588350888ffe5904cb02d944c2237fe5ec8 (diff) | |
Introduce a new RIL request constant to support getBarringInfo.
Bug: 148981484
Test: make
Merged-In: I05e0abe29f6d8c5796c777fd83d76e398e35b6b1
Change-Id: I05e0abe29f6d8c5796c777fd83d76e398e35b6b1
(cherry picked from commit 284118f9e0a9a9cd2e7837ee32a592fa8454ad0f)
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index c40573b25068..6fdc13e6a31b 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -492,6 +492,7 @@ public interface RILConstants { int RIL_REQUEST_ENABLE_UICC_APPLICATIONS = 208; int RIL_REQUEST_GET_UICC_APPLICATIONS_ENABLEMENT = 209; int RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS = 210; + int RIL_REQUEST_GET_BARRING_INFO = 211; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; |