Home | History | Annotate | Download | only in accounts

Lines Matching refs:account

24  * Handles changes to account used to sign in to the keyboard.
25 * e.g. account switching/sign-in/sign-out from the keyboard
31 * Called when the current account being used in keyboard is signed out.
33 * @param oldAccount the account that was signed out of.
40 * This may be called when the user switches accounts to sign in with a different account.
42 * @param oldAccount the previous account that was being used for sign-in.
44 * @param newAccount the account being used for sign-in.
52 * @param account the account being used for sync.
55 public static void onSyncPreferenceChanged(@Nullable String account, boolean syncEnabled) {
62 * @param account the account to use for sync.
64 public static void forceSync(@Nullable String account) {
71 * @param account the account to use for sync.
73 public static void forceDelete(@Nullable String account) {