Searched refs:mOmapiConnection (Results 1 – 2 of 2) sorted by relevance
59 OmapiConnectionImpl mOmapiConnection; field in OmapiConnectionImplTest65 mOmapiConnection = new OmapiConnectionImpl(mMockContext); in setup()66 mOmapiConnection.mSeService = mMockSeService; in setup()78 ResponseApdu selectResponse = mOmapiConnection.openChannel(); in openChannel()89 mOmapiConnection.openChannel(); in openChannelWithNullResponse()97 mOmapiConnection.openChannel(); in openChannel2Times()98 ResponseApdu responseApdu = mOmapiConnection.openChannel(); in openChannel2Times()
48 private final OmapiConnection mOmapiConnection; field in SecureElementChannel66 this.mOmapiConnection = omapiConnection; in SecureElementChannel()74 mOmapiConnection.init(callback::onInitCompletion); in init()101 responseApdu = mOmapiConnection.openChannel(); in openChannelWithResponse()141 mOmapiConnection.closeChannel(); in closeChannel()169 responseApdu = mOmapiConnection.transmit(command); in transmit()