Loading packages/SystemUI/res/values/cm_strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -87,4 +87,6 @@ <string name="left_shortcut_hint">Swipe right for %1$s</string> <string name="right_shortcut_hint">Swipe left for %1$s</string> <string name="quick_settings_lte_tile_title">LTE</string> </resources> packages/SystemUI/src/com/android/systemui/qs/tiles/LteTile.java +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ public class LteTile extends QSTile<QSTile.BooleanState> { return; } state.label = mContext.getString(R.string.quick_settings_lte_tile_title); switch (getCurrentPreferredNetworkMode()) { case Phone.NT_MODE_GLOBAL: case Phone.NT_MODE_LTE_CDMA_AND_EVDO: Loading Loading
packages/SystemUI/res/values/cm_strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -87,4 +87,6 @@ <string name="left_shortcut_hint">Swipe right for %1$s</string> <string name="right_shortcut_hint">Swipe left for %1$s</string> <string name="quick_settings_lte_tile_title">LTE</string> </resources>
packages/SystemUI/src/com/android/systemui/qs/tiles/LteTile.java +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ public class LteTile extends QSTile<QSTile.BooleanState> { return; } state.label = mContext.getString(R.string.quick_settings_lte_tile_title); switch (getCurrentPreferredNetworkMode()) { case Phone.NT_MODE_GLOBAL: case Phone.NT_MODE_LTE_CDMA_AND_EVDO: Loading