Home
last modified time | relevance | path

Searched refs:mManagedProfileUtils (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DAccountsSettingsFragmentTests.java54 @Mock private ManagedProfileUtils mManagedProfileUtils; field in AccountsSettingsFragmentTests
65 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()