Searched refs:encodedString (Results 1 – 2 of 2) sorted by relevance
93 byte[] encodedString; in encodeCellBroadcast()95 encodedString = message.getBytes("UTF-16"); in encodeCellBroadcast()96 System.arraycopy(encodedString, 0, pdu, 6, encodedString.length); in encodeCellBroadcast()99 encodedString = GsmAlphabet.stringToGsm7BitPacked(message); in encodeCellBroadcast()100 System.arraycopy(encodedString, 1, pdu, 6, encodedString.length-1); in encodeCellBroadcast()
882 final String encodedString = bundle.getString(Insert.IM_PROTOCOL); in fixupLegacyImType() local883 if (encodedString == null) return; in fixupLegacyImType()887 .decodeImProtocol(encodedString); in fixupLegacyImType()