Home
last modified time | relevance | path

Searched refs:mOmapiConnection (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/omapi/
DOmapiConnectionImplTest.java59 OmapiConnectionImpl mOmapiConnection; field in OmapiConnectionImplTest
65 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()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureElementChannel.java48 private final OmapiConnection mOmapiConnection; field in SecureElementChannel
66 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()