HomeSort by relevance Sort by last modified time
    Searched defs:hexStringToBytes (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 288 hexStringToBytes(String s) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 131 msg.parsePdu(IccUtils.hexStringToBytes(lines[1]));
143 msg.parsePdu(IccUtils.hexStringToBytes(line));
    [all...]

Completed in 367 milliseconds