Searched refs:StaticAccountAuthenticator (Results 1 – 6 of 6) sorted by relevance
32 public class StaticAccountAuthenticator extends AbstractAccountAuthenticator { class53 public StaticAccountAuthenticator(Context context) { in StaticAccountAuthenticator() method in StaticAccountAuthenticator
30 return (new StaticAccountAuthenticator(this)).getIBinder(); in onBind()
34 import android.provider.cts.contacts.account.StaticAccountAuthenticator;130 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_setsDeleteFlag()151 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_removesRecord()
31 import android.provider.cts.contacts.account.StaticAccountAuthenticator;52 StaticAccountAuthenticator.TYPE);54 StaticAccountAuthenticator.TYPE);
37 import android.provider.cts.contacts.account.StaticAccountAuthenticator;44 private StaticAccountAuthenticator mAuthenticator;56 mAuthenticator = new StaticAccountAuthenticator(getContext()); in setUp()
26 import android.provider.cts.contacts.account.StaticAccountAuthenticator;65 return assertAndCreateContact(resolver, StaticAccountAuthenticator.ACCOUNT_1); in assertAndCreateContact()