Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java156 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in onListItemClick()
DChooseTypeAndAccountActivity.java449 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in setResultAndFinish()
DAccountManager.java292 VISIBILITY_USER_MANAGED_VISIBLE,
313 public static final int VISIBILITY_USER_MANAGED_VISIBLE = 2; field in AccountManager
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java1502 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testGetAccountsByTypeForPackageWhenTypeIsNull()
2789 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerWithAddingTwoAccounts()
2826 visibility.put("testpackage1", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForThreePackages()
2827 visibility.put("testpackage2", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForThreePackages()
2828 visibility.put("testpackage3", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForThreePackages()
2872 visibility.put("testpackage3", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForAddingAccountWithVisibility()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java613 return AccountManager.VISIBILITY_USER_MANAGED_VISIBLE; in getAccountVisibility()
715 visibility = AccountManager.VISIBILITY_USER_MANAGED_VISIBLE; in resolveAccountVisibility()
782 visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE; in isVisible()
1007 || visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE) { in getAccountRemovedReceivers()
1019 && visibility != AccountManager.VISIBILITY_USER_MANAGED_VISIBLE) { in shouldNotifyPackageOnAccountRemoval()
2320 == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE)) { in removeAccountInternal()
3983 || visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in hasAccountAccess()
5853 || visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE)
/frameworks/base/api/
Dcurrent.txt3124 field public static final int VISIBILITY_USER_MANAGED_VISIBLE = 2; // 0x2