Searched defs:Session (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java143 private final LinkedHashMap<String, Session> mSessions = new LinkedHashMap<String, Session>();
432 private class RemoveAccountSession extends Session {
696 // route of starting a Session
709 new Session(response, account.type, expectActivityLaunch) {
860 new Session(response, accountType, expectActivityLaunch) {
885 new Session(response, account.type, expectActivityLaunch) {
905 new Session(response, account.type, expectActivityLaunch) {
927 new Session(response, accountType, expectActivityLaunch) {
941 private class GetAccountsByTypeAndFeatureSession extends Session {
1077 private abstract class Session extends IAccountAuthenticatorResponse.Stub class in class:AccountManagerService
1091 public Session(IAccountManagerResponse response, String accountType, method in class:AccountManagerService.Session
[all...]
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java263 final HashSet<Session> mSessions = new HashSet<Session>();
464 Session mHoldingScreenOn;
1778 public int addWindow(Session session, IWindow client,
1990 public void removeWindow(Session session, IWindow client) {
2000 public void removeWindowLocked(Session session, WindowState win) {
2067 private void removeWindowInnerLocked(Session session, WindowState win) {
2152 private void setTransparentRegionWindow(Session session, IWindow client, Region region) {
2176 void setInsetsWindow(Session session, IWindow client,
2197 public void getWindowDisplayFrame(Session sessio
6530 private final class Session extends IWindowSession.Stub class in class:WindowManagerService
6555 public Session(IInputMethodClient client, IInputContext inputContext) { method in class:WindowManagerService.Session
[all...]

Completed in 28 milliseconds