Merge "NullPointerException for Internet quick panel(slice) in Settings" into sc-v2-dev am: 7d75b59495
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16260923 Change-Id: Ic0c2640a78d9941071ea58a1916cae7edae44596
This commit is contained in:
@@ -113,6 +113,8 @@ public class MobileMappings {
|
|||||||
TelephonyIcons.UNKNOWN);
|
TelephonyIcons.UNKNOWN);
|
||||||
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EDGE),
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EDGE),
|
||||||
TelephonyIcons.E);
|
TelephonyIcons.E);
|
||||||
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_GPRS),
|
||||||
|
TelephonyIcons.G);
|
||||||
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_CDMA),
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_CDMA),
|
||||||
TelephonyIcons.ONE_X);
|
TelephonyIcons.ONE_X);
|
||||||
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_1xRTT),
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_1xRTT),
|
||||||
@@ -122,6 +124,8 @@ public class MobileMappings {
|
|||||||
TelephonyIcons.THREE_G);
|
TelephonyIcons.THREE_G);
|
||||||
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EDGE),
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EDGE),
|
||||||
TelephonyIcons.THREE_G);
|
TelephonyIcons.THREE_G);
|
||||||
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_GPRS),
|
||||||
|
TelephonyIcons.THREE_G);
|
||||||
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_CDMA),
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_CDMA),
|
||||||
TelephonyIcons.THREE_G);
|
TelephonyIcons.THREE_G);
|
||||||
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_1xRTT),
|
networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_1xRTT),
|
||||||
|
|||||||
Reference in New Issue
Block a user