diff options
| author | 2020-02-14 03:14:37 +0000 | |
|---|---|---|
| committer | 2020-02-14 03:14:37 +0000 | |
| commit | c970b3f89ec7a196ceff9bc03b7261bcc23efd54 (patch) | |
| tree | 226ba6cd8802ed021f1062da3959549d0bf8cb53 | |
| parent | 07824c6ee6456865a575c9cebf10edf105b99d5b (diff) | |
| parent | 284118f9e0a9a9cd2e7837ee32a592fa8454ad0f (diff) | |
Merge "Introduce a new RIL request constant to support getBarringInfo."
| -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; |