Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java97 private List<AccountWithDataSet> getWritableAccounts() { in getWritableAccounts() method in ContactEditorUtils
131 AccountWithDataSet.stringifyList(getWritableAccounts())); in saveDefaultAndAllAccounts()
171 return getWritableAccounts().contains(account); in isValidAccount()
212 final List<AccountWithDataSet> currentWritableAccounts = getWritableAccounts(); in shouldShowAccountChangedNotification()