Home
last modified time | relevance | path

Searched defs:SessionState (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionService.java888 private static class SessionState { class in RecognitionService
892 SessionState(Callback callback, boolean startedDataDelivery) { in SessionState() method in RecognitionService.SessionState
897 SessionState(Callback currentCallback) { in SessionState() method in RecognitionService.SessionState
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java99 @interface SessionState {} annotation in AuthSession
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2312 private final class SessionState implements IBinder.DeathRecipient { class in TvInteractiveAppManagerService
2331 private SessionState(IBinder sessionToken, String iAppServiceId, int type, in SessionState() method in TvInteractiveAppManagerService.SessionState
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java3125 private final class SessionState implements IBinder.DeathRecipient { class in TvInputManagerService
3175 private SessionState(IBinder sessionToken, String inputId, ComponentName componentName, in SessionState() method in TvInputManagerService.SessionState
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java354 static class SessionState { class in InputMethodManagerService
372 SessionState(ClientState client, IInputMethodInvoker method, in SessionState() method in InputMethodManagerService.SessionState
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java276 @interface SessionState{} annotation in Session