Searched refs:mDisallowAddAccounts (Results 1 – 1 of 1) sorted by relevance
136 private boolean mDisallowAddAccounts; field in ChooseTypeAndAccountActivity156 mDisallowAddAccounts = in onCreate()213 if (mPossiblyVisibleAccounts.isEmpty() && mDisallowAddAccounts) { in onCreate()511 String[] listItems = new String[accounts.size() + (mDisallowAddAccounts ? 0 : 1)]; in getListOfDisplayableOptions()515 if (!mDisallowAddAccounts) { in getListOfDisplayableOptions()