Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java363 protected List<AccountInfo> mWritableAccounts = Collections.emptyList(); field in ContactEditorFragment
720 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()