Home
last modified time | relevance | path

Searched refs:onAccountSignedIn (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
H A DAccountStateChangedListener.java46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) { in onAccountSignedIn() method in AccountStateChangedListener
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DAccountsSettingsFragment.java406 AccountStateChangedListener.onAccountSignedIn(oldAccount, newAccount); in onClick()