Searched refs:fromUtf8 (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
D | SimpleIcsWriterTests.java | 48 final String actual = Utility.fromUtf8(ics.getBytes()); in testWriteTag() 102 final String actual = Utility.fromUtf8(bytes); in checkWriteLine()
|
D | CalendarUtilitiesTests.java | 809 BufferedReader reader = new BufferedReader(new StringReader(Utility.fromUtf8(bytes))); in parseIcsContent()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/ |
D | SimpleIcsWriterTests.java | 48 final String actual = Utility.fromUtf8(ics.getBytes()); in testWriteTag() 102 final String actual = Utility.fromUtf8(bytes); in checkWriteLine()
|
D | CalendarUtilitiesTests.java | 809 BufferedReader reader = new BufferedReader(new StringReader(Utility.fromUtf8(bytes))); in parseIcsContent()
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
D | UtilityUnitTests.java | 78 assertNull(Utility.fromUtf8(null)); in testFromUtf8() 79 assertEquals("", Utility.fromUtf8(new byte[] {})); in testFromUtf8() 80 assertEquals("a", Utility.fromUtf8(b('a'))); in testFromUtf8() 81 assertEquals("ABC", Utility.fromUtf8(b('A', 'B', 'C'))); in testFromUtf8() 83 Utility.fromUtf8(b(0xE6, 0x97, 0xA5, 0xE6, 0x9C, 0xAC, 0xE8, 0xAA, 0x9E))); in testFromUtf8()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/ |
D | SimpleIcsWriter.java | 107 return Utility.fromUtf8(getBytes()); in toString()
|
/packages/apps/Email/ |
D | proguard.flags | 77 *** fromUtf8(byte[]);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | Utility.java | 405 public static String fromUtf8(byte[] b) { in fromUtf8() method in Utility
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
D | ImapStoreUnitTests.java | 1053 Utility.fromUtf8(IOUtils.toByteArray(mimePart1.getBody().getInputStream()))); in testFetchAttachment()
|