Merge changes from topic "Slice of Provider Model"

* changes:
  Slice of Provider Model: add slice structure
  The helper for slice of carrier and non-Carrier, used by ProviderModelSlice.
This commit is contained in:
SongFerng Wang
2020-12-23 18:47:15 +00:00
committed by Android (Google) Code Review
15 changed files with 1716 additions and 8 deletions

View File

@@ -12527,6 +12527,15 @@
<!-- Label text to turn off airplane mode. [CHAR LIMIT=40] -->
<string name="turn_off_airplane_mode">Turn off Airplane Mode</string>
<!-- Provider Model: Summary indicating that a SIM has an active mobile data connection [CHAR LIMIT=50] -->
<string name="mobile_data_connection_active">Active, <xliff:g id="network_data_rat" example="LTE">%1$s</xliff:g></string>
<!-- Provider Model: Summary indicating that a SIM has an active mobile data connection [CHAR LIMIT=50] -->
<string name="mobile_data_off_summary">Internet off</string>
<!-- Provider Model: Summary indicating that non-carrier network unavailable [CHAR LIMIT=50] -->
<string name="non_carrier_network_unavailable">Non\u2011carrier networks unavailable</string>
<!-- Provider Model: Summary indicating that non-carrier and carrier network unavailable [CHAR LIMIT=50] -->
<string name="all_network_unavailable">Networks unavailable</string>
<!-- Summary for preference when Bedtime mode is on [CHAR LIMIT=NONE] -->
<string name="aware_summary_when_bedtime_on">Unavailable because bedtime mode is on</string>