Home
last modified time | relevance | path

Searched defs:selectResponse (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/
H A DVtsHalOmapiSeServiceV1_TargetTest.cpp55 std::vector<uint8_t> aid, std::vector<uint8_t>& selectResponse) { in testSelectableAid()
147 std::vector<uint8_t> selectResponse = {}; in internalTransmitApdu() local
434 std::vector<uint8_t> selectResponse = {}; in TEST_P() local
445 std::vector<uint8_t> selectResponse = {}; in TEST_P() local
470 std::vector<uint8_t> selectResponse = {}; in TEST_P() local
/aosp14/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
H A DVtsHalOmapiSeAccessControlTestCases.cpp91 std::vector<uint8_t> selectResponse = {}; in testSelectableAid() local
169 std::vector<uint8_t> selectResponse = {}; in testTransmitAPDU() local
214 std::vector<uint8_t> selectResponse = {}; in testUnauthorisedAPDU() local
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { in IccOpenLogicalChannelResponse()