Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAccountManagerEnumerationTest.java60 private static final String TARGET_NOT_VISIBLE = TARGET_WEB; field in AccountManagerEnumerationTest
76 () -> sPm.canPackageQuery(sContext.getPackageName(), TARGET_NOT_VISIBLE)); in onBefore()
102 visibility.put(TARGET_NOT_VISIBLE, AccountManager.VISIBILITY_VISIBLE); in addAccountExplicitlyWithVisibility_targetPackageNotVisible()
106 assertThat(mAccountManager.getAccountVisibility(ACCOUNT, TARGET_NOT_VISIBLE), in addAccountExplicitlyWithVisibility_targetPackageNotVisible()
109 TARGET_NOT_VISIBLE, ACCOUNT_TYPE), anEmptyMap()); in addAccountExplicitlyWithVisibility_targetPackageNotVisible()
125 ACCOUNT, TARGET_NOT_VISIBLE, AccountManager.VISIBILITY_VISIBLE), is(false)); in setAccountVisibility_targetPackageNotVisible()