Searched defs:MIMETYPE (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java124 public static final String MIMETYPE = "mimetype"; field in class:BluetoothShare
/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java57 Data.MIMETYPE, RawContacts.ACCOUNT_TYPE, RawContacts.DATA_SET, Data.RAW_CONTACT_ID,
62 int MIMETYPE = 0; field in interface:SplitAggregateView.SplitQuery
174 String mimetype = cursor.getString(SplitQuery.MIMETYPE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java46 MimetypesColumns.MIMETYPE,
54 MimetypesColumns.MIMETYPE,
61 public static final int MIMETYPE = 1; field in interface:DataRowHandler.DataDeleteQuery
68 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
72 int MIMETYPE = 2; field in interface:DataRowHandler.DataUpdateQuery
H A DSearchIndexManager.java60 MimetypesColumns.MIMETYPE,
66 public static final int MIMETYPE = 1; field in class:SearchIndexManager.ContactIndexQuery
376 String mimetype = cursor.getString(ContactIndexQuery.MIMETYPE);
H A DContactsDatabaseHelper.java552 public static final String MIMETYPE = "mimetype"; field in interface:ContactsDatabaseHelper.MimetypesColumns
555 public static final String CONCRETE_MIMETYPE = Tables.MIMETYPES + "." + MIMETYPE;
840 public static final int MIMETYPE = 0; field in interface:ContactsDatabaseHelper.RawContactNameQuery
1296 MimetypesColumns.MIMETYPE + " TEXT NOT NULL" +
1301 MimetypesColumns.MIMETYPE +
1731 " WHERE " + MimetypesColumns.MIMETYPE +
1791 + MimetypesColumns.MIMETYPE + " AS " + Data.MIMETYPE + ", "
2061 + MimetypesColumns.CONCRETE_MIMETYPE + " AS " + Data.MIMETYPE + ", "
2244 + MimetypesColumns.MIMETYPE
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java261 Data.MIMETYPE + " IN ('"
276 Data.MIMETYPE,
291 public static final int MIMETYPE = 6; field in class:AggregationSuggestionEngine.DataQuery
405 String mimetype = mDataCursor.getString(DataQuery.MIMETYPE);
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java259 Phone.MIMETYPE, // 7
270 private static final int MIMETYPE = 7; field in class:PhoneNumberInteraction
274 Data.MIMETYPE + " IN ('"
411 item.mimeType = cursor.getString(MIMETYPE);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java181 Data.MIMETYPE,
185 final int MIMETYPE = 1; field in interface:ConfirmAddDetailActivity.ExtraInfoQuery
540 final String mimeType = cursor.getString(ExtraInfoQuery.MIMETYPE);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java166 Data.MIMETYPE,
238 public static final int MIMETYPE = 49; field in class:ContactLoader.ContactQuery
429 itemValues.put(Data.MIMETYPE, mimetype);
695 cursorColumnToContentValues(cursor, cv, ContactQuery.MIMETYPE);

Completed in 723 milliseconds