Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java133 private boolean mDisallowAddAccounts; field in ChooseTypeAndAccountActivity
151 mDisallowAddAccounts = in onCreate()
204 if (mPossiblyVisibleAccounts.isEmpty() && mDisallowAddAccounts) { in onCreate()
502 String[] listItems = new String[accounts.size() + (mDisallowAddAccounts ? 0 : 1)]; in getListOfDisplayableOptions()
506 if (!mDisallowAddAccounts) { in getListOfDisplayableOptions()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt472 Landroid/accounts/ChooseTypeAndAccountActivity;->mDisallowAddAccounts:Z