Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DControllerResponderSession.java57 DispatchResponse.ControleeInfoAvailableNotification controleeInfoAvailable = null; in onDispatchResponseReceived()
66 (DispatchResponse.ControleeInfoAvailableNotification) notification; in onDispatchResponseReceived()
86 @NonNull DispatchResponse.ControleeInfoAvailableNotification controleeInfoAvailable) { in handleControleeInfoAvailable()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java162 public static class ControleeInfoAvailableNotification extends Notification { class in DispatchResponse
165 private ControleeInfoAvailableNotification(@NonNull byte[] arbitraryData) { in ControleeInfoAvailableNotification() method in DispatchResponse.ControleeInfoAvailableNotification
363 notificationList.add(new ControleeInfoAvailableNotification(arbitraryData)); in parseNotification()