Searched refs:MIMETYPE (Results 1 - 25 of 51) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java220 .withSelection(Photo.MIMETYPE + "=? AND "
230 values.put(Photo.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
257 values.remove(Photo.MIMETYPE);
261 .withSelection(Photo.MIMETYPE + "=?", new String[] {
267 .withSelection(Photo.MIMETYPE + "=?", new String[] {Photo.CONTENT_ITEM_TYPE})
H A DConfirmAddDetailActivity.java158 Data.MIMETYPE,
162 final int MIMETYPE = 1; field in interface:ConfirmAddDetailActivity.ExtraInfoQuery
512 final String mimeType = cursor.getString(ExtraInfoQuery.MIMETYPE);
/packages/apps/Contacts/tests/src/com/android/contacts/detail/
H A DContactDetailFragmentTests.java40 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
56 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
74 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
94 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
117 values.put(Email.MIMETYPE, Email.CONTENT_ITEM_TYPE);
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DEntityModifierTests.java448 before.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
471 before.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
584 first.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
590 second.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
655 first.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
707 first.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
726 first.put(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE);
778 mockNameValues.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
829 mockNameValues.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
871 mockNameValues.put(Data.MIMETYPE, StructuredNam
[all...]
H A DEntityDeltaTests.java75 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
107 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
224 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
264 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
389 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java124 public static final String MIMETYPE = "mimetype"; field in class:BluetoothShare
H A DBluetoothOppManager.java83 private static final String MIME_TYPE = "MIMETYPE";
378 values.put(BluetoothShare.MIMETYPE, contentType);
395 values.put(BluetoothShare.MIMETYPE, mTypeOfSingleFile);
H A DBluetoothOppProvider.java176 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, "
242 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java271 values.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
282 values.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE);
304 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
327 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
342 values.put(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE);
353 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE);
362 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE);
370 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
379 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
388 values.put(Data.MIMETYPE, GroupMembershi
[all...]
H A DContactsActor.java373 values.put(Data.MIMETYPE, CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE);
387 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
403 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
483 values.put(Data.MIMETYPE, CommonDataKinds.GroupMembership.CONTENT_ITEM_TYPE);
H A DDirectoryTest.java114 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?",
H A DContactAggregatorTest.java1062 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1071 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1104 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1113 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1145 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1155 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java66 Data.MIMETYPE, // 2
262 "(" + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + "=? OR " + Data.MIMETYPE +
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java45 MimetypesColumns.MIMETYPE,
53 MimetypesColumns.MIMETYPE,
60 public static final int MIMETYPE = 1; field in interface:DataRowHandler.DataDeleteQuery
67 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
71 int MIMETYPE = 2; field in interface:DataRowHandler.DataUpdateQuery
H A DSocialProvider.java103 columns.put(Activities.MIMETYPE, Activities.MIMETYPE);
194 final String mimeType = values.getAsString(Activities.MIMETYPE);
196 values.remove(Activities.MIMETYPE);
H A DSearchIndexManager.java52 MimetypesColumns.MIMETYPE,
58 public static final int MIMETYPE = 1; field in class:SearchIndexManager.ContactIndexQuery
316 String mimetype = cursor.getString(ContactIndexQuery.MIMETYPE);
H A DLegacyApiSupport.java177 "(CASE WHEN " + Data.MIMETYPE + "='" + Im.CONTENT_ITEM_TYPE + "'"
909 mValues.put(Data.MIMETYPE, android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE);
932 mValues.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE);
1187 mValues.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
1239 Data.MIMETYPE + "='" + LegacyPhotoData.CONTENT_ITEM_TYPE + "'"
1244 mValues.put(Data.MIMETYPE, LegacyPhotoData.CONTENT_ITEM_TYPE);
1373 mValues2.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
1387 mValues3.put(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE);
1395 mValues.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE);
1416 mValues.put(Data.MIMETYPE, Phon
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java60 Data.MIMETYPE, RawContacts.ACCOUNT_TYPE, RawContacts.DATA_SET, Data.RAW_CONTACT_ID,
65 int MIMETYPE = 0; field in interface:SplitAggregateView.SplitQuery
174 String mimetype = cursor.getString(SplitQuery.MIMETYPE);
H A DGroupMemberLoader.java114 selection.append(Data.MIMETYPE + "=?" + " AND " + GroupMembership.GROUP_ROW_ID + "=?");
/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
401 String mimetype = mDataCursor.getString(DataQuery.MIMETYPE);
/packages/apps/Phone/src/com/android/phone/
H A DSimContacts.java167 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
173 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
183 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
193 builder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java235 final boolean isEmail = Email.CONTENT_ITEM_TYPE.equals(values.getAsString(Data.MIMETYPE));
300 Data.MIMETYPE + "=" + Phone.MIMETYPE +
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java605 Data.MIMETYPE + "=" + Phone.MIMETYPE,
662 row1.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE);
666 row2.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java235 mHandler.startQuery(HANDLER_ID_DATA, lookupUri, dataUri, DataQuery.PROJECTION, Data.MIMETYPE
236 + "!=? OR (" + Data.MIMETYPE + "=? AND " + Data._ID + "=" + Contacts.PHOTO_ID
392 final String mimeType = cursor.getString(DataQuery.MIMETYPE);
675 Data.MIMETYPE,
701 final int MIMETYPE = 13; field in interface:QuickContactActivity.DataQuery
/packages/apps/Exchange/src/com/android/exchange/provider/
H A DExchangeDirectoryProvider.java148 r.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
160 r.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
172 r.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);

Completed in 712 milliseconds

123