Home
last modified time | relevance | path

Searched defs:SessionInfo (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/ranging/
DSessionInfo.java25 public class SessionInfo { class
39 private SessionInfo(String deviceId, @RangingMethod int rangingMethod) { in SessionInfo() method in SessionInfo
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java208 public static class SessionInfo { class in RangingSessionController
225 public SessionInfo(AttributionSource attributionSource, SessionHandle sessionHandle, in SessionInfo() method in RangingSessionController.SessionInfo
/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java1019 private static final class SessionInfo { class in CarWatchdogManager
1023 SessionInfo(int currentId, int lastReportedId) { in SessionInfo() method in CarWatchdogManager.SessionInfo
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java416 private class SessionInfo { class in UwbShellCommand
434 SessionInfo(int sessionId, SessionHandle sessionHandle, @NonNull Params openRangingParams, in SessionInfo() method in UwbShellCommand.SessionInfo
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs1703 ) -> binder::Result<SessionInfo> { in finish()