Settings: Rename NetworkSelectionStatus#getNetworkDisableReasonString
Renamed to getNetworkSelectionDisableReasonString to be more descriptive. Bug: 146046526 Test: compiles Change-Id: Ib529413967d9ae008fa25196d52eb631e0c9b44c
This commit is contained in:
@@ -68,7 +68,8 @@ public class WifiUtils {
|
||||
for (int reason = 0; reason <= getMaxNetworkSelectionDisableReason(); reason++) {
|
||||
if (networkStatus.getDisableReasonCounter(reason) != 0) {
|
||||
summary.append(" ")
|
||||
.append(NetworkSelectionStatus.getNetworkDisableReasonString(reason))
|
||||
.append(NetworkSelectionStatus
|
||||
.getNetworkSelectionDisableReasonString(reason))
|
||||
.append("=")
|
||||
.append(networkStatus.getDisableReasonCounter(reason));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user