Home | History | Annotate | Download | only in provider

Lines Matching refs:LOGIN

568             + HostAuthColumns.LOGIN + " text, "
1567 private static void createAccountManagerAccount(Context context, String login, String type,
1571 if (isAccountPresent(accountManager, login, type)) {
1575 LogUtils.v("Email", "Creating account %s %s", login, type);
1576 final android.accounts.Account amAccount = new android.accounts.Account(login, type);