Searched refs:mMimetype (Results 1 – 8 of 8) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandler.java | 82 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/ |
D | BluetoothOppSendFileInfo.java | 77 public final String mMimetype; field in BluetoothOppSendFileInfo 85 mMimetype = type; in BluetoothOppSendFileInfo() 97 mMimetype = type; in BluetoothOppSendFileInfo()
|
D | BluetoothOppShareInfo.java | 51 public String mMimetype; field in BluetoothOppShareInfo 78 mMimetype = mimetype; in BluetoothOppShareInfo()
|
D | BluetoothOppObexClientSession.java | 363 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()
|
D | BluetoothOppService.java | 746 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()
|
D | BluetoothOppTransfer.java | 428 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); in markBatchFailed()
|
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivityTest.java | 526 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/ |
D | OppSendFileInfoTest.java | 70 assertThat(sendFileInfo.mMimetype).isEqualTo("text/plain"); in testFileOpen()
|