Merge "Change ProfileType definition"

This commit is contained in:
TreeHugger Robot
2019-12-12 07:03:56 +00:00
committed by Android (Google) Code Review
12 changed files with 38 additions and 34 deletions

View File

@@ -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