Home | History | Annotate | Download | only in settings

Lines Matching full:accountmanager

20 import android.accounts.AccountManager;
300 AccountManager.get(this).removeOnAccountsUpdatedListener(this);
635 Account[] accounts = AccountManager.get(this).getAccountsByType(accountType);
682 AccountManager.get(this).addOnAccountsUpdatedListener(this, null, true);