Searched refs:mMimetype (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java51 public String mMimetype; field in class:BluetoothOppShareInfo
78 mMimetype = mimetype;
H A DBluetoothOppSendFileInfo.java75 public final String mMimetype; field in class:BluetoothOppSendFileInfo
83 mMimetype = type;
95 mMimetype = type;
H A DBluetoothOppObexClientSession.java321 Log.v(TAG, "mimetype :" + fileInfo.mMimetype);
329 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
347 request.setHeader(HeaderSet.TYPE, fileInfo.mMimetype);
477 Log.i(TAG, "Remote reject file type " + fileInfo.mMimetype);
H A DBluetoothOppService.java593 Log.v(TAG, "MIMETYPE: " + info.mMimetype);
702 info.mMimetype = stringFromCursor(info.mMimetype, cursor, BluetoothShare.MIMETYPE);
987 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype);
H A DBluetoothOppTransfer.java326 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java82 protected final String mMimetype; field in class:DataRowHandler
91 mMimetype = mimetype;
104 mMimetypeId = mDbHelper.getMimeTypeId(mMimetype);
203 if (ContactsContract.CommonDataKinds.Photo.CONTENT_ITEM_TYPE.equals(mMimetype)) {
224 if (!ContactsContract.CommonDataKinds.Photo.CONTENT_ITEM_TYPE.equals(mMimetype)
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java137 private String mMimetype = Phone.CONTENT_ITEM_TYPE; field in class:ConfirmAddDetailActivity
247 mMimetype = Phone.CONTENT_ITEM_TYPE;
249 mMimetype = Email.CONTENT_ITEM_TYPE;
695 if (mMimetype.equals(kind.mimeType)) {
696 final ArrayList<ValuesDelta> deltas = mRawContactDelta.getMimeEntries(mMimetype);

Completed in 446 milliseconds