Home | History | Annotate | Download | only in accounts

Lines Matching refs:accounts

17 package com.example.android.common.accounts;
19 import android.accounts.AbstractAccountAuthenticator;
20 import android.accounts.Account;
21 import android.accounts.AccountAuthenticatorResponse;
22 import android.accounts.NetworkErrorException;
36 * Obtain a handle to the {@link android.accounts.Account} used for sync in this application.
39 * configuration XML file for android.accounts.AccountAuthenticator (often saved in
44 * android.accounts.AccountAuthenticator (e.g. res/xml/syncadapter.xml).
50 // address). However, since we aren't actually using any user accounts, it makes more sense
54 // able to locate the old account, and may erroneously register multiple accounts.