Skip to content

Commit a5637ba

Browse files
Robert Greenwaltandroid code review
authored andcommitted
Merge "Telephony: Add HSPAP to getTcpBufferSizesPropName"
2 parents 2ffb1ac + 897b311 commit a5637ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/java/android/net/MobileDataStateTracker.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ public String getTcpBufferSizesPropName() {
329329
case TelephonyManager.NETWORK_TYPE_HSPA:
330330
networkTypeStr = "hspa";
331331
break;
332+
case TelephonyManager.NETWORK_TYPE_HSPAP:
333+
networkTypeStr = "hspap";
334+
break;
332335
case TelephonyManager.NETWORK_TYPE_CDMA:
333336
networkTypeStr = "cdma";
334337
break;

0 commit comments

Comments
 (0)