Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java241 .build().toHex())), in getAllProfiles()
285 .build().toHex())), in getProfile()
320 .build().toHex()); in disableProfile()
359 .build().toHex()); in switchToProfile()
404 .build().toHex())), in getEid()
432 .build().toHex())), in setNickname()
458 .build().toHex()); in deleteProfile()
486 .build().toHex())), in resetMemory()
571 .build().toHex())), in getRulesAuthTable()
625 .build().toHex())), in getEuiccInfo1()
[all …]
H A DEuiccSpecVersion.java68 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex()); in fromOpenChannelResponse()
71 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex()); in fromOpenChannelResponse()
H A DEuiccCardErrorException.java121 + ", errorDetails=" + (mErrorDetails == null ? "null" : mErrorDetails.toHex()); in getMessage()
/aosp12/system/netd/libnetdutils/
H A DSlice.cpp26 const std::string toHex(uint8_t byte) { in toHex() function
38 std::string toHex(const Slice s, int wrap) { in toHex() function
45 ss << toHex(byte); in toHex()
H A DLog.cpp133 mArgs.push_back('{' + toHex(makeSlice(val)) + '}'); in arg()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DDigestMd5Utils.java172 return toHex( in getResponse()
174 toHex(getMd5(a1.toString())), in getResponse()
183 + toHex(getMd5(a2.toString())))); in getResponse()
210 private static String toHex(byte[] n) { in toHex() method in DigestMd5Utils
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DBufferDebug.java59 return toHex(buf, len, max); in debugString()
63 private static String toHex(byte[] buf, int len, int max) { in toHex() method in BufferDebug
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
H A DAsn1NodeTest.java143 assertEquals(nodeHex, node.toHex()); in testBuilderAndGetters()
188 assertEquals(nodeHex, node.toHex()); in testWriteToBytes()
191 assertEquals(nodeHex, node.toHex()); in testWriteToBytes()
/aosp12/system/security/ondevice-signing/
H A DVerityUtils.cpp60 static std::string toHex(std::span<uint8_t> data) { in toHex() function
172 return toHex(digest.value()); in enableFsVerity()
197 return toHex({&d->digest[0], &d->digest[d->digest_size]}); in isFileInVerity()
H A Dodsign_main.cpp131 static std::string toHex(const std::vector<uint8_t>& digest) { in toHex() function
152 digests[it->path()] = toHex(*digest); in computeDigests()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DUtilsTest.java84 assertEquals("", Utils.toHex(new byte[0])); in testToHex()
88 String result = Utils.toHex(bytes); in testToHex()
/aosp12/system/extras/multinetwork/
H A Dquick_test.sh19 function toHex() { function
/aosp12/packages/apps/SecureElement/src/com/android/se/security/gpac/
H A DHash_REF_DO.java88 b.append(BerTlv.toHex(out.toByteArray())); in toString()
H A DAID_REF_DO.java86 b.append(BerTlv.toHex(out.toByteArray())); in toString()
H A DBerTlv.java58 public static String toHex(byte[] digest) { in toHex() method in BerTlv
/aosp12/system/netd/server/
H A DNetlinkListener.cpp64 ss << nlmsg << " " << msg << " " << netdutils::toHex(msg, 32); in NetlinkListener()
H A DNFLogListener.cpp54 ss << nlmsg << " " << nfmsg << " " << msg << " " << netdutils::toHex(msg, 32); in __anon24028c4c0202()
/aosp12/packages/modules/DnsResolver/tests/
H A Dtun_forwarder.cpp256 return Error() << "Can't find any v4 rule. Packet hex dump: " << toHex(ipv4Packet, 32); in validateIpv4Packet()
277 return Error() << "Can't find any v6 rule. Packet hex dump: " << toHex(ipv6Packet, 32); in validateIpv6Packet()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DSlice.h138 std::string toHex(const Slice s, int wrap = INT_MAX);
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp1188 TableBuilder& TableBuilder::add(const std::string& key, const uint64_t& value, bool toHex) { in add() argument
1190 if (toHex) in add()
1199 bool toHex) { in add() argument
1204 if (toHex) in add()
H A DExynosHWCHelper.h560 TableBuilder& add(const std::string& key, const uint64_t& value, bool toHex);
561 TableBuilder& add(const std::string& key, const std::vector<uint64_t>& values, bool toHex);
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java165 public static String toHex(byte[] octets) { in toHex() method in Utils
/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp289 LOG(VERBOSE) << android::netdutils::toHex(Slice(const_cast<uint8_t*>(msg), len), 32); in res_pquery()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DAsn1Node.java555 public String toHex() { in toHex() method in Asn1Node
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.cpp538 LOG(INFO) << android::netdutils::toHex( in removeMappingBinaryPacket()

12