Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java943 private static final Set<String> sGenericMimeTypesWithoutTypeSupport = new HashSet<String>( field in RawContactModifier
999 } else if (sGenericMimeTypesWithoutTypeSupport.contains(mimeType)) { in migrateStateForNewContact()