Searched defs:mMimetype (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java75 public final String mMimetype; field in class:BluetoothOppSendFileInfo
83 mMimetype = type;
95 mMimetype = type;
H A DBluetoothOppShareInfo.java51 public String mMimetype; field in class:BluetoothOppShareInfo
78 mMimetype = mimetype;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java79 protected final String mMimetype; field in class:DataRowHandler
88 mMimetype = mimetype;
101 mMimetypeId = mDbHelper.getMimeTypeId(mMimetype);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java134 private String mMimetype = Phone.CONTENT_ITEM_TYPE; field in class:ConfirmAddDetailActivity
244 mMimetype = Phone.CONTENT_ITEM_TYPE;
246 mMimetype = Email.CONTENT_ITEM_TYPE;
685 if (mMimetype.equals(kind.mimeType)) {
686 for (ValuesDelta valuesDelta : mRawContactDelta.getMimeEntries(mMimetype)) {

Completed in 62 milliseconds