Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java155 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in onListItemClick()
DChooseTypeAndAccountActivity.java448 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in setResultAndFinish()
DAccountManager.java296 VISIBILITY_USER_MANAGED_VISIBLE,
317 public static final int VISIBILITY_USER_MANAGED_VISIBLE = 2; field in AccountManager
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java1491 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testGetAccountsByTypeForPackageWhenTypeIsNull()
2766 AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerWithAddingTwoAccounts()
2803 visibility.put("testpackage1", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForThreePackages()
2804 visibility.put("testpackage2", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForThreePackages()
2805 visibility.put("testpackage3", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForThreePackages()
2849 visibility.put("testpackage3", AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in testRegisterAccountListenerForAddingAccountWithVisibility()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java616 return AccountManager.VISIBILITY_USER_MANAGED_VISIBLE; in getAccountVisibility()
718 visibility = AccountManager.VISIBILITY_USER_MANAGED_VISIBLE; in resolveAccountVisibility()
785 visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE; in isVisible()
1010 || visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE) { in getAccountRemovedReceivers()
1022 && visibility != AccountManager.VISIBILITY_USER_MANAGED_VISIBLE) { in shouldNotifyPackageOnAccountRemoval()
2321 == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE)) { in removeAccountInternal()
3984 || visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE); in hasAccountAccess()
5851 || visibility == AccountManager.VISIBILITY_USER_MANAGED_VISIBLE)
/frameworks/base/config/
Dhiddenapi-public-dex.txt290 Landroid/accounts/AccountManager;->VISIBILITY_USER_MANAGED_VISIBLE:I
/frameworks/base/api/
Dcurrent.txt3074 field public static final int VISIBILITY_USER_MANAGED_VISIBLE = 2; // 0x2