Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java147 public AccountWithDataSet getCreatedAccount(int resultCode, Intent resultData) { in getCreatedAccount() method in ContactEditorUtils
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java110 AccountWithDataSet account = mEditorUtils.getCreatedAccount(resultCode, data); in onActivityResult()