Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAccountManagerService.java710 new Session(response, account.type, expectActivityLaunch) { in getAuthToken() method
861 new Session(response, accountType, expectActivityLaunch) { in addAcount() method
886 new Session(response, account.type, expectActivityLaunch) { in confirmCredentials() method
906 new Session(response, account.type, expectActivityLaunch) { in updateCredentials() method
928 new Session(response, accountType, expectActivityLaunch) { in editProperties() method
1078 private abstract class Session extends IAccountAuthenticatorResponse.Stub class in AccountManagerService
1092 public Session(IAccountManagerResponse response, String accountType, in Session() method in AccountManagerService.Session
/frameworks/base/services/java/com/android/server/
DWindowManagerService.java6456 private final class Session extends IWindowSession.Stub class
6481 public Session(IInputMethodClient client, IInputContext inputContext) { in Session() method in WindowManagerService.Session