/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
H A D | EuiccCard.java | 241 .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 D | EuiccSpecVersion.java | 68 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 D | EuiccCardErrorException.java | 121 + ", errorDetails=" + (mErrorDetails == null ? "null" : mErrorDetails.toHex()); in getMessage()
|
/aosp12/system/netd/libnetdutils/ |
H A D | Slice.cpp | 26 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 D | Log.cpp | 133 mArgs.push_back('{' + toHex(makeSlice(val)) + '}'); in arg()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
H A D | DigestMd5Utils.java | 172 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 D | BufferDebug.java | 59 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 D | Asn1NodeTest.java | 143 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 D | VerityUtils.cpp | 60 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 D | odsign_main.cpp | 131 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 D | UtilsTest.java | 84 assertEquals("", Utils.toHex(new byte[0])); in testToHex() 88 String result = Utils.toHex(bytes); in testToHex()
|
/aosp12/system/extras/multinetwork/ |
H A D | quick_test.sh | 19 function toHex() { function
|
/aosp12/packages/apps/SecureElement/src/com/android/se/security/gpac/ |
H A D | Hash_REF_DO.java | 88 b.append(BerTlv.toHex(out.toByteArray())); in toString()
|
H A D | AID_REF_DO.java | 86 b.append(BerTlv.toHex(out.toByteArray())); in toString()
|
H A D | BerTlv.java | 58 public static String toHex(byte[] digest) { in toHex() method in BerTlv
|
/aosp12/system/netd/server/ |
H A D | NetlinkListener.cpp | 64 ss << nlmsg << " " << msg << " " << netdutils::toHex(msg, 32); in NetlinkListener()
|
H A D | NFLogListener.cpp | 54 ss << nlmsg << " " << nfmsg << " " << msg << " " << netdutils::toHex(msg, 32); in __anon24028c4c0202()
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | tun_forwarder.cpp | 256 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 D | Slice.h | 138 std::string toHex(const Slice s, int wrap = INT_MAX);
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
H A D | ExynosHWCHelper.cpp | 1188 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 D | ExynosHWCHelper.h | 560 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 D | Utils.java | 165 public static String toHex(byte[] octets) { in toHex() method in Utils
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_debug.cpp | 289 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 D | Asn1Node.java | 555 public String toHex() { in toHex() method in Asn1Node
|
/aosp12/packages/modules/DnsResolver/tests/dns_responder/ |
H A D | dns_responder.cpp | 538 LOG(INFO) << android::netdutils::toHex( in removeMappingBinaryPacket()
|