Searched refs:decoded (Results 1 – 12 of 12) sorted by relevance
267 String decoded = ((BluetoothMapbMessageSms) newMsg).getSmsBody(); in testSmsEncodeDecodeNativeSubmitPdu() local272 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() local330 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() local413 if(D) Log.d(TAG, "\nDecoded: \n" + decoded); in testSmsMultipartDecode()
58 native static String nativeImGetPyStr(boolean decoded); in nativeImGetPyStr() argument60 native static int nativeImGetPyStrLen(boolean decoded); in nativeImGetPyStrLen() argument199 public String imGetPyStr(boolean decoded) {200 return nativeImGetPyStr(decoded);203 public int imGetPyStrLen(boolean decoded) {204 return nativeImGetPyStrLen(decoded);
196 String decoded = decodeEncodedWord(body, begin, end); in decodeEncodedWords() local197 if (decoded == null) { in decodeEncodedWords()204 sb.append(decoded); in decodeEncodedWords()208 previousWasEncoded = decoded != null; in decodeEncodedWords()
129 jboolean decoded) { in nativeImGetPyStr() argument133 if (!decoded) in nativeImGetPyStr()150 jboolean decoded) { in nativeImGetPyStrLen() argument154 if (!decoded) in nativeImGetPyStrLen()
784 final Bitmap decoded = BitmapUtil.decodeByteArrayWithCenterCrop(src, w, h); in loadPhotosInBackground() local788 r.bitmapKey, decoded, holder); in loadPhotosInBackground()791 if (decoded != null) { in loadPhotosInBackground()792 cacheBitmap(r.bitmapKey, decoded); in loadPhotosInBackground()
72 final Bitmap decoded = decodeByteArray(src, w, h); in decodeByteArrayWithCenterCrop() local73 return centerCrop(decoded, w, h); in decodeByteArrayWithCenterCrop()
27 String imGetPyStr(boolean decoded); in imGetPyStr() argument28 int imGetPyStrLen(boolean decoded); in imGetPyStrLen() argument
89 String decoded = DecoderUtil.decodeEncodedWords(encoded); in testBase64Decode() local91 assertEquals(""+i, prefix, decoded); in testBase64Decode()
62 void drawImage(Bitmap decoded, Object key); in drawImage() argument
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...