Clean up MobileNetworkInfoEntity unused fields
It's safe since MobileNetworkDatabase is in memory only. Bug: 348118234 Flag: EXEMPT clean up Test: manual - check Mobile Settings Change-Id: I25141a87b9afb42b85d73cbcd7307b899b3f0a3b
This commit is contained in:
@@ -131,8 +131,7 @@ public class MobileDataPreferenceControllerTest {
|
||||
|
||||
private MobileNetworkInfoEntity setupMobileNetworkInfoEntity(String subId,
|
||||
boolean isDatEnabled) {
|
||||
return new MobileNetworkInfoEntity(subId, false, false, isDatEnabled, false, false, false,
|
||||
false, false, false, false, false);
|
||||
return new MobileNetworkInfoEntity(subId, isDatEnabled, false);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user