Change ProfileType definition
Bug: 141601408 Test: rebuild Change-Id: Ia4d4fabe8a4daad4ce54c243748fa3c29bf944ba
This commit is contained in:
@@ -98,7 +98,7 @@ public class AccountPreferenceControllerTest {
|
||||
.thenReturn(new AuthenticatorDescription[0]);
|
||||
when(mAccountManager.getAccountsAsUser(anyInt())).thenReturn(new Account[0]);
|
||||
mController = new AccountPreferenceController(mContext, mFragment, null, mAccountHelper,
|
||||
ProfileSelectFragment.ALL);
|
||||
ProfileSelectFragment.ProfileType.ALL);
|
||||
}
|
||||
|
||||
@After
|
||||
|
Reference in New Issue
Block a user