Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAccountManagerEnumerationTest.java59 private static final String TARGET_VISIBLE = TARGET_STUB; field in AccountManagerEnumerationTest
73 assertThat(sPm.canPackageQuery(sContext.getPackageName(), TARGET_VISIBLE), in onBefore() local
89 visibility.put(TARGET_VISIBLE, AccountManager.VISIBILITY_VISIBLE); in addAccountExplicitlyWithVisibility_targetPackageIsVisible()
93 assertThat(mAccountManager.getAccountVisibility(ACCOUNT, TARGET_VISIBLE), in addAccountExplicitlyWithVisibility_targetPackageIsVisible()
95 assertThat(mAccountManager.getAccountsAndVisibilityForPackage(TARGET_VISIBLE, ACCOUNT_TYPE), in addAccountExplicitlyWithVisibility_targetPackageIsVisible()
117 ACCOUNT, TARGET_VISIBLE, AccountManager.VISIBILITY_VISIBLE), is(true)); in setAccountVisibility_targetPackageIsVisible()