Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java105 public static class AdfSelectedNotification extends Notification { class in DispatchResponse
109 private AdfSelectedNotification(@NonNull ObjectIdentifier adfOid) { in AdfSelectedNotification() method in DispatchResponse.AdfSelectedNotification
294 notificationList.add(new AdfSelectedNotification(adfOid)); in parseNotification()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DFiRaSecureChannel.java307 DispatchResponse.AdfSelectedNotification adfSelected = in handleDispatchResponseForSc()
308 (DispatchResponse.AdfSelectedNotification) notification; in handleDispatchResponseForSc()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DDispatchResponseTest.java122 assertThat(((DispatchResponse.AdfSelectedNotification) in validResponseWithAdfSelectedNotification()