Home
last modified time | relevance | path

Searched defs:omapiConnection (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureFactory.java46 OmapiConnection omapiConnection = new OmapiConnectionImpl(context); in makeInitiatorSecureSession() local
77 OmapiConnection omapiConnection = new OmapiConnectionImpl(context); in makeResponderSecureSession() local
102 OmapiConnection omapiConnection = new OmapiConnectionImpl(context); in makeProvisioningManager() local
DSecureElementChannel.java56 public SecureElementChannel(@NonNull OmapiConnection omapiConnection) { in SecureElementChannel()
64 SecureElementChannel( in SecureElementChannel()