Searched refs:finishSession (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl50 void finishSession();
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl105 void finishSession(in IAccountAuthenticatorResponse response, String accountType,
H A DAbstractAccountAuthenticator.java440 public void finishSession( method in class:AbstractAccountAuthenticator.Transport
445 Log.v(TAG, "finishSession: accountType " + accountType);
449 final Bundle result = AbstractAccountAuthenticator.this.finishSession(
455 Log.v(TAG, "finishSession: result " + AccountManager.sanitizeResult(result));
461 handleException(response, "finishSession", accountType, e);
754 * Account should be added to device only when {@link #finishSession} is
757 * Note: when overriding this method, {@link #finishSession} should be
784 * @see #finishSession(AccountAuthenticatorResponse, String, Bundle)
814 * Local credentials should be updated only when {@link #finishSession} is
817 * Note: when overriding this method, {@link #finishSession} shoul
901 public Bundle finishSession( method in class:AbstractAccountAuthenticator
[all...]
H A DAccountManager.java2654 * this api alone. #finishSession should be called after this to install the
2703 * @see #finishSession
2738 * saved credentials for the account until {@link #finishSession} is called.
2744 * updated by calling this API alone. #finishSession should be called after
2787 * @see #finishSession
2871 public AccountManagerFuture<Bundle> finishSession( method in class:AccountManager
2885 * @see #finishSession
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java208 public void finishSession() { method in class:IInputMethodSessionWrapper
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1627 sessionState.session.finishSession();
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2823 "finishSession: response "+ response
2941 mAuthenticator.finishSession(this, mAccountType, decryptedBundle);
2947 + ", finishSession"
4234 // added in finishSession which may be in a different user profile.

Completed in 186 milliseconds