Searched refs:mDisallowAddAccounts (Results 1 – 2 of 2) sorted by relevance
137 private boolean mDisallowAddAccounts; field in ChooseTypeAndAccountActivity157 mDisallowAddAccounts = in onCreate()214 if (mPossiblyVisibleAccounts.isEmpty() && mDisallowAddAccounts) { in onCreate()512 String[] listItems = new String[accounts.size() + (mDisallowAddAccounts ? 0 : 1)]; in getListOfDisplayableOptions()516 if (!mDisallowAddAccounts) { in getListOfDisplayableOptions()
472 Landroid/accounts/ChooseTypeAndAccountActivity;->mDisallowAddAccounts:Z