Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java154 && oldVisibility == AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE) { in onListItemClick()
DChooseTypeAndAccountActivity.java447 && oldVisibility == AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE) { in setResultAndFinish()
DAccountManager.java294 VISIBILITY_USER_MANAGED_NOT_VISIBLE
324 public static final int VISIBILITY_USER_MANAGED_NOT_VISIBLE = 4; field in AccountManager
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java1506 AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE); in testGetAccountsByTypeForPackageWhenTypeIsNull()
2459 AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneNotVisibleAccount()
2563 AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE); in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedNotVisibleAccount()
2871 visibility.put("testpackage2", AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE); in testRegisterAccountListenerForAddingAccountWithVisibility()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java621 return AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE; in getAccountVisibility()
721 visibility = AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE; in resolveAccountVisibility()
954 != AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE)) { in sendNotificationAccountUpdated()
4477 if (visibility == AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE) return true;
5856 == AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE))) {
/frameworks/base/api/
Dcurrent.txt3123 field public static final int VISIBILITY_USER_MANAGED_NOT_VISIBLE = 4; // 0x4