[Settings] Add the CarrierNetworkChange case
Bug: 262927206 Test: atest SubscriptionsPreferenceControllerTest Change-Id: If7eeb185224179d59ab841af0062ec5b98b956e9
This commit is contained in:
@@ -61,6 +61,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* The helper is for slice of carrier and non-Carrier, used by ProviderModelSlice.
|
||||
* TODO: Remove the class in U because Settings does not use slice anymore.
|
||||
*/
|
||||
public class ProviderModelSliceHelper {
|
||||
private static final String TAG = "ProviderModelSlice";
|
||||
@@ -140,7 +141,7 @@ public class ProviderModelSliceHelper {
|
||||
numLevels += 1;
|
||||
}
|
||||
return MobileNetworkUtils.getSignalStrengthIcon(mContext, level, numLevels,
|
||||
NO_CELL_DATA_TYPE_ICON, false);
|
||||
NO_CELL_DATA_TYPE_ICON, false, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user