Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DExternalAccountTypeTest.java139 assertsDataKindEquals(reference.getSortedDataKinds(), type.getSortedDataKinds()); in testEditSchema_fallback()
177 assertEquals(3 + mDefaultMimetypes.size(), type.getSortedDataKinds().size()); in testReadOnlyDefinition()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java417 for (DataKind kind : accountType.getSortedDataKinds()) { in trimEmpty()
454 for (DataKind kind : accountType.getSortedDataKinds()) { in hasChanges()
966 for (DataKind kind : newAccountType.getSortedDataKinds()) { in migrateStateForNewContact()
986 for (DataKind kind : newAccountType.getSortedDataKinds()) { in migrateStateForNewContact()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java158 public ArrayList<DataKind> getSortedDataKinds() { in getSortedDataKinds() method in ContactsSource
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java269 public ArrayList<DataKind> getSortedDataKinds() { in getSortedDataKinds() method in AccountType
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java311 public ArrayList<DataKind> getSortedDataKinds() { in getSortedDataKinds() method in AccountType
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java584 final List<DataKind> dataKinds = accountType.getSortedDataKinds(); in parseRawContactDelta()