Home
last modified time | relevance | path

Searched refs:AuthenticatorContentProvider (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java24 import android.accounts.cts.common.AuthenticatorContentProvider;
60 AuthenticatorContentProvider.AUTHORITY); in setUp()
187 AuthenticatorContentProvider.METHOD_GET, in testFinishSessionAndStartAddAccountSessionDefaultImpl()
192 .getParcelable(AuthenticatorContentProvider.KEY_TX); in testFinishSessionAndStartAddAccountSessionDefaultImpl()
256 AuthenticatorContentProvider.METHOD_GET, in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
261 .getParcelable(AuthenticatorContentProvider.KEY_TX); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
DAccountManagerUnaffiliatedAuthenticatorTests.java24 import android.accounts.cts.common.AuthenticatorContentProvider;
441 AuthenticatorContentProvider.AUTHORITY); in setupAccounts()
446 mProviderClient.call(AuthenticatorContentProvider.METHOD_SETUP, null, null); in setupAccounts()
451 mProviderClient.call(AuthenticatorContentProvider.METHOD_TEARDOWN, null, null); in resetAccounts()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java75 AuthenticatorContentProvider.setTx( in addAccount()
115 AuthenticatorContentProvider.setTx( in confirmCredentials()
162 AuthenticatorContentProvider.setTx( in getAuthToken()
211 AuthenticatorContentProvider.setTx( in getAuthTokenLabel()
226 AuthenticatorContentProvider.setTx( in updateCredentials()
270 AuthenticatorContentProvider.setTx( in hasFeatures()
320 AuthenticatorContentProvider.setTx(new StartAddAccountSessionTx( in startAddAccountSession()
369 AuthenticatorContentProvider.setTx(new StartUpdateCredentialsSessionTx( in startUpdateCredentialsSession()
DTestDefaultAuthenticator.java72 AuthenticatorContentProvider.setTx( in addAccount()
114 AuthenticatorContentProvider.setTx( in updateCredentials()
DAuthenticatorContentProvider.java32 public class AuthenticatorContentProvider extends ContentProvider { class