Searched refs:StaticAccountAuthenticator (Results 1 – 7 of 7) sorted by relevance
27 import android.provider.cts.contacts.account.StaticAccountAuthenticator;39 StaticAccountAuthenticator.TYPE);41 StaticAccountAuthenticator.TYPE);95 assertThat(defaultAccount.type).isEqualTo(StaticAccountAuthenticator.TYPE); in testSetDefaultAccount_returnedByGetDefaultAccount()104 assertThat(defaultAccount.type).isEqualTo(StaticAccountAuthenticator.TYPE); in testSetDefaultAccount_returnedByGetDefaultAccount()
36 import android.provider.cts.contacts.account.StaticAccountAuthenticator;43 private StaticAccountAuthenticator mAuthenticator;55 mAuthenticator = new StaticAccountAuthenticator(getContext()); in setUp()210 mResolver, StaticAccountAuthenticator.ACCOUNT_1, "John Smith"); in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
26 import android.provider.cts.contacts.account.StaticAccountAuthenticator;50 StaticAccountAuthenticator.TYPE);52 StaticAccountAuthenticator.TYPE);
30 import android.provider.cts.contacts.account.StaticAccountAuthenticator;136 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_setsDeleteFlag()174 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_removesRecord()
26 import android.provider.cts.contacts.account.StaticAccountAuthenticator;65 return assertAndCreateContact(resolver, StaticAccountAuthenticator.ACCOUNT_1); in assertAndCreateContact()
30 public class StaticAccountAuthenticator extends AbstractAccountAuthenticator { class51 public StaticAccountAuthenticator(Context context) { in StaticAccountAuthenticator() method in StaticAccountAuthenticator
30 return (new StaticAccountAuthenticator(this)).getIBinder(); in onBind()