Home
last modified time | relevance | path

Searched refs:setTx (Results 1 – 3 of 3) sorted by relevance

/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.java56 public static void setTx(Parcelable tx) { in setTx() method in AuthenticatorContentProvider