Home
last modified time | relevance | path

Searched refs:mMimetype (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java82 protected final String mMimetype; field in DataRowHandler
91 mMimetype = mimetype; in DataRowHandler()
104 mMimetypeId = mDbHelper.getMimeTypeId(mMimetype); in getMimeTypeId()
203 if (ContactsContract.CommonDataKinds.Photo.CONTENT_ITEM_TYPE.equals(mMimetype)) { in handleHashIdForInsert()
224 if (!ContactsContract.CommonDataKinds.Photo.CONTENT_ITEM_TYPE.equals(mMimetype) in handleHashIdForUpdate()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfo.java77 public final String mMimetype; field in BluetoothOppSendFileInfo
85 mMimetype = type; in BluetoothOppSendFileInfo()
97 mMimetype = type; in BluetoothOppSendFileInfo()
DBluetoothOppShareInfo.java51 public String mMimetype; field in BluetoothOppShareInfo
78 mMimetype = mimetype; in BluetoothOppShareInfo()
DBluetoothOppObexClientSession.java363 Log.v(TAG, "mimetype :" + fileInfo.mMimetype); in processShareInfo()
371 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); in processShareInfo()
399 request.setHeader(HeaderSet.TYPE, fileInfo.mMimetype); in sendFile()
553 Log.i(TAG, "Remote reject file type " + fileInfo.mMimetype); in sendFile()
DBluetoothOppService.java746 Log.v(TAG, "MIMETYPE: " + info.mMimetype); in insertShare()
857 info.mMimetype = stringFromCursor(info.mMimetype, cursor, BluetoothShare.MIMETYPE); in updateShare()
1128 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype); in onMediaScannerConnected()
DBluetoothOppTransfer.java428 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); in markBatchFailed()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java526 private final String mMimetype; field in CaptivePortalLoginActivityTest.HttpServer.MockResponse
531 this.mMimetype = mimetype; in MockResponse()
581 mockResponse.mMimetype, in serve()
/packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/opp/
DOppSendFileInfoTest.java70 assertThat(sendFileInfo.mMimetype).isEqualTo("text/plain"); in testFileOpen()