Home
last modified time | relevance | path

Searched refs:mSelectResponse (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DIccOpenLogicalChannelResponse.java47 private final byte[] mSelectResponse; field in IccOpenLogicalChannelResponse
57 mSelectResponse = selectResponse; in IccOpenLogicalChannelResponse()
68 mSelectResponse = new byte[arrayLength]; in IccOpenLogicalChannelResponse()
69 in.readByteArray(mSelectResponse); in IccOpenLogicalChannelResponse()
71 mSelectResponse = null; in IccOpenLogicalChannelResponse()
93 return mSelectResponse; in getSelectResponse()
105 if (mSelectResponse != null && mSelectResponse.length > 0) { in writeToParcel()
106 out.writeInt(mSelectResponse.length); in writeToParcel()
107 out.writeByteArray(mSelectResponse); in writeToParcel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java83 private byte[] mSelectResponse; field in ApduSenderTest
93 mSelectResponse = null; in setUp()
104 mSender.send((selectResponse, requestBuilder) -> mSelectResponse = selectResponse, in testSendEmptyCommands()
108 assertEquals("A1A1A19000", IccUtils.bytesToHexString(mSelectResponse)); in testSendEmptyCommands()
120 mSender.send((selectResponse, requestBuilder) -> mSelectResponse = new byte[0], in testOpenChannelErrorStatus()
125 mSelectResponse); in testOpenChannelErrorStatus()
324 mSelectResponse = selectResponseOther, in testChannelAlreadyOpened()
329 assertNull("Should not open channel when another one is already opened.", mSelectResponse); in testChannelAlreadyOpened()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt67682 Landroid/telephony/IccOpenLogicalChannelResponse;->mSelectResponse:[B