Searched refs:AuthenticatorContentProvider (Results 1 – 5 of 5) sorted by relevance
24 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()
24 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()
75 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()
72 AuthenticatorContentProvider.setTx( in addAccount()114 AuthenticatorContentProvider.setTx( in updateCredentials()
32 public class AuthenticatorContentProvider extends ContentProvider { class