Searched refs:mManagedProfileUtils (Results 1 – 1 of 1) sorted by relevance
54 @Mock private ManagedProfileUtils mManagedProfileUtils; field in AccountsSettingsFragmentTests65 ManagedProfileUtils.setTestInstance(mManagedProfileUtils); in setUp()102 when(mManagedProfileUtils.hasWorkProfile(any(Context.class))).thenReturn(true); in testMultipleAccounts_noSettingsForManagedProfile()115 when(mManagedProfileUtils.hasWorkProfile(any(Context.class))).thenReturn(false); in testMultipleAccounts_noCurrentAccount()137 when(mManagedProfileUtils.hasWorkProfile(any(Context.class))).thenReturn(false); in testMultipleAccounts_currentAccount()