Searched defs:stringToBytes (Results 1 – 3 of 3) sorted by relevance
69 public static byte[] stringToBytes(String hex) throws IllegalArgumentException { in stringToBytes() method in Hex
818 private static byte[] stringToBytes(@Nullable final String value) { in stringToBytes() method in StatsEvent.Builder
1435 public static byte[] stringToBytes(final String string, final String charsetName) { in stringToBytes() method in MmsUtils