Home
last modified time | relevance | path

Searched refs:getContentType (Results 1 – 25 of 44) sorted by relevance

12

/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/
H A DCommonProvider.java5 String getContentType(); in getContentType() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/
H A DCommonProvider.java5 String getContentType(); in getContentType() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/
H A DCommonProvider.java5 String getContentType(); in getContentType() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/
H A DCommonProvider.java5 String getContentType(); in getContentType() method
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/models/
H A DBaseModel.java78 return op.withValue(EXColumns.MIMETYPE, getContentType()) in getInsertOperation()
89 new String[]{getContentType(), rawId}) in getDeleteOperation()
164 values.put(EXColumns.MIMETYPE, getContentType()); in getContentValues()
176 public String getContentType() { in getContentType() method in BaseModel
H A DEmailModel.java11 public String getContentType() { in getContentType() method in EmailModel
H A DUrlAddressModel.java11 public String getContentType() { in getContentType() method in UrlAddressModel
H A DRelationshipModel.java12 public String getContentType() { in getContentType() method in RelationshipModel
H A DImAddressModel.java12 public String getContentType() { in getContentType() method in ImAddressModel
H A DExtraNameModel.java15 public String getContentType() { in getContentType() method in ExtraNameModel
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/models/
H A DBaseModel.java78 return op.withValue(EXColumns.MIMETYPE, getContentType()) in getInsertOperation()
89 new String[]{getContentType(), rawId}) in getDeleteOperation()
164 values.put(EXColumns.MIMETYPE, getContentType()); in getContentValues()
176 public String getContentType() { in getContentType() method in BaseModel
H A DEmailModel.java11 public String getContentType() { in getContentType() method in EmailModel
H A DUrlAddressModel.java11 public String getContentType() { in getContentType() method in UrlAddressModel
H A DRelationshipModel.java12 public String getContentType() { in getContentType() method in RelationshipModel
H A DImAddressModel.java12 public String getContentType() { in getContentType() method in ImAddressModel
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/models/
H A DBaseModel.java78 return op.withValue(EXColumns.MIMETYPE, getContentType()) in getInsertOperation()
89 new String[]{getContentType(), rawId}) in getDeleteOperation()
164 values.put(EXColumns.MIMETYPE, getContentType()); in getContentValues()
176 public String getContentType() { in getContentType() method in BaseModel
H A DEmailModel.java11 public String getContentType() { in getContentType() method in EmailModel
H A DUrlAddressModel.java11 public String getContentType() { in getContentType() method in UrlAddressModel
H A DImAddressModel.java12 public String getContentType() { in getContentType() method in ImAddressModel
H A DRelationshipModel.java12 public String getContentType() { in getContentType() method in RelationshipModel
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/models/
H A DBaseModel.java78 return op.withValue(EXColumns.MIMETYPE, getContentType()) in getInsertOperation()
89 new String[]{getContentType(), rawId}) in getDeleteOperation()
164 values.put(EXColumns.MIMETYPE, getContentType()); in getContentValues()
176 public String getContentType() { in getContentType() method in BaseModel
H A DEmailModel.java11 public String getContentType() { in getContentType() method in EmailModel
H A DUrlAddressModel.java11 public String getContentType() { in getContentType() method in UrlAddressModel
H A DRelationshipModel.java12 public String getContentType() { in getContentType() method in RelationshipModel
H A DImAddressModel.java12 public String getContentType() { in getContentType() method in ImAddressModel

12