More renaming in DashboardFragment
getPreferenceControllers() -> createPreferenceControllers() for the same reason as in ag/3647936 Bug: 73668763 Test: robotests Change-Id: I97670a91a2a38d1c844d1b9d37f4222c5e6f45a0
This commit is contained in:
@@ -90,7 +90,7 @@ public final class EnterprisePrivacySettingsTest {
|
||||
|
||||
@Test
|
||||
public void getPreferenceControllers() throws Exception {
|
||||
final List<AbstractPreferenceController> controllers = mSettings.getPreferenceControllers(
|
||||
final List<AbstractPreferenceController> controllers = mSettings.createPreferenceControllers(
|
||||
ShadowApplication.getInstance().getApplicationContext());
|
||||
verifyPreferenceControllers(controllers);
|
||||
}
|
||||
|
Reference in New Issue
Block a user