Searched refs:mDisallowAddAccounts (Results 1 – 2 of 2) sorted by relevance
133 private boolean mDisallowAddAccounts; field in ChooseTypeAndAccountActivity151 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()
472 Landroid/accounts/ChooseTypeAndAccountActivity;->mDisallowAddAccounts:Z