commit | d065e0e533c08e97a8d3a54b6b6bd332289e9b5f | [log] [tgz] |
---|---|---|
author | Rambo Wang <rambowang@google.com> | Thu Mar 09 22:22:05 2023 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Jul 28 23:44:36 2023 +0000 |
tree | 54aafef220592bf597bbe1bb30584ae24d1c2a27 | |
parent | 6c737e8ca070063799cafa790f359085f1e1060f [diff] |
Introduce utility method in CarrierConfigManager to get config subset This CL introduces a hidden utility method for system components to get the subset of carrier config. Many system components has been update to use the new CarrierConfigManager API to get subset of config. But the callers side have repetitive private methods to do the same thing. The utility method in CarrierConfigManager will remove the duplication. Bug: b/263267340 Test: FrameworksTelephonyTests (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:96727486197e8c0602ffb8f27787aae1b256fa44) Merged-In: Ifbd84c67525fd9ea2925e5b735788e6c3c22dd34 Change-Id: Iac88c03f2c9b4ac80dd2ed0b72a200cfc1631d21