Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DTopLevelAccountEntryPreferenceControllerTest.java24 import com.android.settings.testutils.shadow.ShadowAuthenticationHelper;
35 @Config(shadows = {ShadowAuthenticationHelper.class})
47 LABELS = ShadowAuthenticationHelper.getLabels(); in setUp()
48 TYPES = ShadowAuthenticationHelper.getTypes(); in setUp()
53 ShadowAuthenticationHelper.reset(); in tearDown()
64 ShadowAuthenticationHelper.setEnabledAccount(null); in updateSummary_noAccount_shouldDisplayDefaultSummary()
73 ShadowAuthenticationHelper.setEnabledAccount(enabledAccounts); in updateSummary_noAccountTypeLabel_shouldNotDisplayNullEntry()
DAccountHeaderPreferenceControllerTest.java39 import com.android.settings.testutils.shadow.ShadowAuthenticationHelper;
53 @Config(shadows = ShadowAuthenticationHelper.class)
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowAuthenticationHelper.java31 public class ShadowAuthenticationHelper { class