Skip to content

Commit e16c279

Browse files
author
John Huang
committed
Handle HSPAP.
We were missing a case statement for HSPAP when picking icons. Treat it the same as the other HSPA types. bug: 5286238 Change-Id: Ia222cc600a5920e057698ba8b0d2cc8e4836b500
1 parent 104f6a0 commit e16c279

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ private final void updateDataNetType() {
449449
case TelephonyManager.NETWORK_TYPE_HSDPA:
450450
case TelephonyManager.NETWORK_TYPE_HSUPA:
451451
case TelephonyManager.NETWORK_TYPE_HSPA:
452+
case TelephonyManager.NETWORK_TYPE_HSPAP:
452453
if (mHspaDataDistinguishable) {
453454
mDataIconList = TelephonyIcons.DATA_H[mInetCondition];
454455
mDataTypeIconId = R.drawable.stat_sys_data_connected_h;

0 commit comments

Comments
 (0)