HomeSort by relevance Sort by last modified time
    Searched refs:PSEUDO_MIME_TYPE_PHONETIC_NAME (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
DataKind.java 40 public static final String PSEUDO_MIME_TYPE_PHONETIC_NAME = "#phoneticName";
ExternalAccountType.java 133 checkKindExists(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME);
ExchangeAccountType.java 137 DataKind kind = addKind(new DataKind(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME,
BaseAccountType.java 219 DataKind kind = addKind(new DataKind(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME,
    [all...]
EntityModifier.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 244 type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME),
436 if (DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME.equals(kind.mimeType)
459 if (DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME.equals(view.getKind().mimeType)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ExternalAccountTypeTest.java 102 assertNotNull(type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME));
176 assertNotNull(type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME));

Completed in 2177 milliseconds