Searched defs:Session (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AccountManagerService.java | 878 new Session(response, account.type, false, in getAuthTokenLabel() method 959 new Session(response, account.type, expectActivityLaunch, in getAuthToken() method 1141 new Session(response, accountType, expectActivityLaunch, in addAcount() method 1176 new Session(response, account.type, expectActivityLaunch, in confirmCredentials() method 1208 new Session(response, account.type, expectActivityLaunch, in updateCredentials() method 1240 new Session(response, accountType, expectActivityLaunch, in editProperties() method 1422 private abstract class Session extends IAccountAuthenticatorResponse.Stub class in AccountManagerService 1438 public Session(IAccountManagerResponse response, String accountType, in Session() method in AccountManagerService.Session
|
/frameworks/base/core/java/android/service/textservice/ |
D | SpellCheckerService.java | 91 public static abstract class Session { class in SpellCheckerService
|
/frameworks/base/services/java/com/android/server/wm/ |
D | Session.java | 49 final class Session extends IWindowSession.Stub class 61 public Session(WindowManagerService service, IInputMethodClient client, in Session() method in Session
|