Skip to content

Commit 3eff066

Browse files
John HuangAndroid (Google) Code Review
authored andcommitted
Merge "Handle HSPAP."
2 parents 1a9c6c9 + e16c279 commit 3eff066

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)