Searched refs:addChildAsBytes (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccPortTest.java | 727 .addChildAsBytes(0x87, new byte[] {1, 2, 3})) in testLoadBoundProfilePackage() 729 .addChildAsBytes(0x88, new byte[] {4, 5, 6})) in testLoadBoundProfilePackage() 732 .addChildAsBytes(0x86, new byte[] {7, 8, 9}) in testLoadBoundProfilePackage() 733 .addChildAsBytes(0x86, new byte[] {0xA, 0xB, 0xC})) in testLoadBoundProfilePackage() 774 .addChildAsBytes(0x87, new byte[] {1, 2, 3})) in testLoadBoundProfilePackage_ErrorAtEnd() 776 .addChildAsBytes(0x88, new byte[] {4, 5, 6})) in testLoadBoundProfilePackage_ErrorAtEnd() 779 .addChildAsBytes(0x86, new byte[] {7, 8, 9}) in testLoadBoundProfilePackage_ErrorAtEnd() 780 .addChildAsBytes(0x86, new byte[] {0xA, 0xB, 0xC})) in testLoadBoundProfilePackage_ErrorAtEnd() 821 .addChildAsBytes(0x87, new byte[] {1, 2, 3})) in testLoadBoundProfilePackage_ErrorInMiddle() 823 .addChildAsBytes(0x88, new byte[] {4, 5, 6})) in testLoadBoundProfilePackage_ErrorInMiddle() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccPort.java | 192 .addChildAsBytes(Tags.TAG_TAG_LIST, profileTags) in getAllProfiles() 235 .addChildAsBytes(Tags.TAG_ICCID, in getProfile() 238 .addChildAsBytes(Tags.TAG_TAG_LIST, profileTags) in getProfile() 272 .addChildAsBytes(Tags.TAG_ICCID, iccidBytes)) in disableProfile() 311 .addChildAsBytes(Tags.TAG_ICCID, iccidBytes)) in switchToProfile() 366 .addChildAsBytes(Tags.TAG_TAG_LIST, new byte[] {Tags.TAG_EID}) in getEid() 392 .addChildAsBytes(Tags.TAG_ICCID, in setNickname() 420 .addChildAsBytes(Tags.TAG_ICCID, iccidBytes) in deleteProfile() 645 .addChildAsBytes(Tags.TAG_CTX_0, tacBytes) in authenticateServer() 647 .addChildAsBytes(Tags.TAG_CTX_2, imeiBytes)); in authenticateServer() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/ |
D | Asn1NodeTest.java | 131 .addChildAsBytes(0x14, new byte[] {-1, 0, -1})) in testBuilderAndGetters() 197 Asn1Node node = Asn1Node.newBuilder(0xBF37).addChildAsBytes(0x5A, new byte[257]).build(); in testLongFormLength()
|
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/ |
D | Asn1Node.java | 133 public Builder addChildAsBytes(int tag, byte[] value) { in addChildAsBytes() method in Asn1Node.Builder 148 return addChildAsBytes(tag, IccUtils.hexStringToBytes(hex)); in addChildAsBytesFromHex()
|