Home
last modified time | relevance | path

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

/aosp12/system/apex/proto/
H A Dsession_state.proto21 message SessionState { message
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
H A DSession.h30 enum class SessionState { enum
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java183 @interface SessionState{} annotation in Session
/aosp12/system/apex/apexd/
H A Dapexservice.cpp69 using SessionState = ::apex::proto::SessionState; typedef in android::apex::binder::__anonf34a850d0110::ApexService
278 using SessionState = ::apex::proto::SessionState; in ConvertToApexSessionInfo() typedef
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java99 @interface SessionState {} annotation in AuthSession
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2773 private final class SessionState implements IBinder.DeathRecipient { class in TvInputManagerService
2822 private SessionState(IBinder sessionToken, String inputId, ComponentName componentName, in SessionState() method in TvInputManagerService.SessionState
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java368 static class SessionState { class in InputMethodManagerService
386 SessionState(ClientState _client, IInputMethod _method, in SessionState() method in InputMethodManagerService.SessionState