Home | History | Annotate | Download | only in settings

Lines Matching refs:AccountManager

30 import android.accounts.AccountManager;
210 AccountManager.get(this).removeOnAccountsUpdatedListener(this);
446 Account[] accounts = AccountManager.get(this).getAccountsByType(accountType);
492 AccountManager.get(this).addOnAccountsUpdatedListener(this, null, true);