Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java267 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPdu() local
272 if(D) Log.d(TAG, "\nDecoded: \n" + decoded); in testSmsEncodeDecodeNativeSubmitPdu()
274 …assertTrue("The decoded text is \"" + decoded + "\" - expected \"Let's go fishing!\"", decoded.equ… in testSmsEncodeDecodeNativeSubmitPdu()
328 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPduWithSc() local
330 if(D) Log.d(TAG, "\nDecoded: \n" + decoded); in testSmsEncodeDecodeNativeSubmitPduWithSc()
331 …assertTrue("Decoded string (" + decoded + ") did not match expected (" + expected + ")", expected.… in testSmsEncodeDecodeNativeSubmitPduWithSc()
411 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsMultipartDecode() local
413 if(D) Log.d(TAG, "\nDecoded: \n" + decoded); in testSmsMultipartDecode()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinDecoderService.java58 native static String nativeImGetPyStr(boolean decoded); in nativeImGetPyStr() argument
60 native static int nativeImGetPyStrLen(boolean decoded); in nativeImGetPyStrLen() argument
199 public String imGetPyStr(boolean decoded) {
200 return nativeImGetPyStr(decoded);
203 public int imGetPyStrLen(boolean decoded) {
204 return nativeImGetPyStrLen(decoded);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DDecoderUtil.java196 String decoded = decodeEncodedWord(body, begin, end); in decodeEncodedWords() local
197 if (decoded == null) { in decodeEncodedWords()
204 sb.append(decoded); in decodeEncodedWords()
208 previousWasEncoded = decoded != null; in decodeEncodedWords()
/packages/inputmethods/PinyinIME/jni/android/
Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp129 jboolean decoded) { in nativeImGetPyStr() argument
133 if (!decoded) in nativeImGetPyStr()
150 jboolean decoded) { in nativeImGetPyStrLen() argument
154 if (!decoded) in nativeImGetPyStrLen()
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
DPhotoManager.java784 final Bitmap decoded = BitmapUtil.decodeByteArrayWithCenterCrop(src, w, h); in loadPhotosInBackground() local
788 r.bitmapKey, decoded, holder); in loadPhotosInBackground()
791 if (decoded != null) { in loadPhotosInBackground()
792 cacheBitmap(r.bitmapKey, decoded); in loadPhotosInBackground()
DBitmapUtil.java72 final Bitmap decoded = decodeByteArray(src, w, h); in decodeByteArrayWithCenterCrop() local
73 return centerCrop(decoded, w, h); in decodeByteArrayWithCenterCrop()
/packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/
DIPinyinDecoderService.aidl27 String imGetPyStr(boolean decoded); in imGetPyStr() argument
28 int imGetPyStrLen(boolean decoded); in imGetPyStrLen() argument
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
DAddressUnitTests.java89 String decoded = DecoderUtil.decodeEncodedWords(encoded); in testBase64Decode() local
91 assertEquals(""+i, prefix, decoded); in testBase64Decode()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DImageCanvas.java62 void drawImage(Bitmap decoded, Object key); in drawImage() argument
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz