Home
last modified time | relevance | path

Searched refs:resultType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java217 String resultType = null; in inferMimeType() local
222 resultType = "message/rfc822"; in inferMimeType()
230 resultType = MimeTypeMap.getSingleton().getMimeTypeFromExtension(fileExtension); in inferMimeType()
231 if (TextUtils.isEmpty(resultType)) { in inferMimeType()
233 resultType = isTextPlain ? mimeType : "application/" + fileExtension; in inferMimeType()
237 resultType = mimeType; in inferMimeType()
242 if (TextUtils.isEmpty(resultType)) { in inferMimeType()
243 resultType = isTextPlain ? "text/plain" : "application/octet-stream"; in inferMimeType()
245 return resultType.toLowerCase(); in inferMimeType()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java552 int resultType = getResultType(batchScanParams); in resetBatchScan() local
553 int fullScanPercent = getFullScanStoragePercent(resultType); in resetBatchScan()
564 gattClientStartBatchScanNative(clientIf, resultType, scanInterval, in resetBatchScan()
572 private int getFullScanStoragePercent(int resultType) { in getFullScanStoragePercent() argument
573 switch (resultType) { in getFullScanStoragePercent()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt5614 getter resultType