Searched refs:mWritableAccounts (Results 1 – 1 of 1) sorted by relevance
363 protected List<AccountInfo> mWritableAccounts = Collections.emptyList(); field in ContactEditorFragment720 mWritableAccounts = data; in onAccountsLoaded()1050 Preconditions.checkNotNull(mWritableAccounts, "Accounts must be loaded first"); in selectAccountAndCreateContact()1058 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(mWritableAccounts); in selectAccountAndCreateContact()