Searched refs:StaticAccountAuthenticator (Results 1 – 7 of 7) sorted by relevance
30 return (new StaticAccountAuthenticator(this)).getIBinder(); in onBind()
30 public class StaticAccountAuthenticator extends AbstractAccountAuthenticator { class51 public StaticAccountAuthenticator(Context context) { in StaticAccountAuthenticator() method in StaticAccountAuthenticator
31 import android.provider.cts.contacts.account.StaticAccountAuthenticator;52 StaticAccountAuthenticator.TYPE);54 StaticAccountAuthenticator.TYPE);
29 import android.provider.cts.contacts.account.StaticAccountAuthenticator;45 public static final String ACCOUNT_TYPE = StaticAccountAuthenticator.TYPE;
29 import android.provider.cts.contacts.account.StaticAccountAuthenticator;125 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_setsDeleteFlag()146 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_removesRecord()
36 import android.provider.cts.contacts.account.StaticAccountAuthenticator;43 private StaticAccountAuthenticator mAuthenticator;55 mAuthenticator = new StaticAccountAuthenticator(getContext()); in setUp()
26 import android.provider.cts.contacts.account.StaticAccountAuthenticator;65 return assertAndCreateContact(resolver, StaticAccountAuthenticator.ACCOUNT_1); in assertAndCreateContact()