HomeSort by relevance Sort by last modified time
    Searched refs:bytesToHexString (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
IntegralToStringTest.java 36 assertEquals("abcdef", IntegralToString.bytesToHexString(
38 assertEquals("ABCDEF", IntegralToString.bytesToHexString(
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteUiccRecords.java 69 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl));
95 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli));
108 IccUtils.bytesToHexString(data));
160 if (DBG) log("CSIM_MDN=" + IccUtils.bytesToHexString(data));
174 if (DBG) log("CSIM_IMSIM=" + IccUtils.bytesToHexString(data));
326 if (DBG) log("CSIM_EPRL=" + IccUtils.bytesToHexString(data));
RuimSmsInterfaceManager.java 158 mPhone.mCM.writeSmsToRuim(status, IccUtils.bytesToHexString(pdu),
SmsMessage.java 730 Log.v(LOG_TAG, "SMS payload: '" + IccUtils.bytesToHexString(userData) + "'");
    [all...]
  /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 137 if (false) Log.d(LOG_TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
IccUtils.java 314 bytesToHexString(byte[] bytes) {
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 181 mPhone.mCM.writeSmsToSim(status, IccUtils.bytesToHexString(smsc),
182 IccUtils.bytesToHexString(pdu), response);
SIMRecords.java 586 IccUtils.bytesToHexString(data));
708 IccUtils.bytesToHexString(data));
788 IccUtils.bytesToHexString(data));
859 IccUtils.bytesToHexString(data));
    [all...]
GsmSMSDispatcher.java 239 mCm.sendSMS(IccUtils.bytesToHexString(smsc), IccUtils.bytesToHexString(pdu), reply);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java 243 assertEquals(IccUtils.bytesToHexString(unpacked),
244 IccUtils.bytesToHexString(
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java 383 String hexString = IccUtils.bytesToHexString(rawData);
480 String hexString = IccUtils.bytesToHexString(rawData);
523 String hexString = IccUtils.bytesToHexString(rawData);
  /libcore/luni/src/main/java/java/lang/
IntegralToString.java 472 public static String bytesToHexString(byte[] bytes, boolean upperCase) {
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 85 return IntegralToString.bytesToHexString(md5bytes, false);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 1387 milliseconds