HomeSort by relevance Sort by last modified time
    Searched full:bytestohexstring (Results 1 - 12 of 12) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
AdnRecordLoader.java 193 + "\n" + IccUtils.bytesToHexString(data));
224 + "\n" + IccUtils.bytesToHexString(data));
IccFileHandler.java 256 IccUtils.bytesToHexString(data), pin2, onComplete);
267 IccUtils.bytesToHexString(data), null, onComplete);
WapPushOverSms.java 62 if (Config.LOGD) Log.d(LOG_TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
IccUtils.java 273 bytesToHexString(byte[] bytes) {
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 177 mPhone.mCM.writeSmsToSim(status, IccUtils.bytesToHexString(smsc),
178 IccUtils.bytesToHexString(pdu), response);
SIMRecords.java 562 IccUtils.bytesToHexString(data));
677 IccUtils.bytesToHexString(data));
757 IccUtils.bytesToHexString(data));
828 IccUtils.bytesToHexString(data));
    [all...]
GsmSMSDispatcher.java 344 mCm.sendSMS(IccUtils.bytesToHexString(smsc),
345 IccUtils.bytesToHexString(pdu), reply);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 354 String hexString = IccUtils.bytesToHexString(rawData);
400 String hexString = IccUtils.bytesToHexString(rawData);
443 String hexString = IccUtils.bytesToHexString(rawData);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java 241 assertEquals(IccUtils.bytesToHexString(unpacked),
242 IccUtils.bytesToHexString(
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 159 mPhone.mCM.writeSmsToRuim(status, IccUtils.bytesToHexString(pdu),
SmsMessage.java 598 Log.v(LOG_TAG, "SMS payload: '" + IccUtils.bytesToHexString(userData) + "'");

Completed in 341 milliseconds