Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java35 private final String mAccountType; field in TestDefaultAuthenticator
40 mAccountType = accountType; in TestDefaultAuthenticator()
57 if (!mAccountType.equals(accountType)) { in addAccount()
71 result.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType); in addAccount()
108 if (!mAccountType.equals(account.type)) { in updateCredentials()
DTestAccountAuthenticator.java41 private final String mAccountType; field in TestAccountAuthenticator
49 mAccountType = accountType; in TestAccountAuthenticator()
65 if (!mAccountType.equals(accountType)) { in addAccount()
80 result.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType); in addAccount()
111 if (!mAccountType.equals(account.type)) { in confirmCredentials()
158 if (!mAccountType.equals(account.type)) { in getAuthToken()
222 if (!mAccountType.equals(account.type)) { in updateCredentials()
266 if (!mAccountType.equals(account.type)) { in hasFeatures()
316 if (!mAccountType.equals(accountType)) { in startAddAccountSession()
365 if (!mAccountType.equals(account.type)) { in startUpdateCredentialsSession()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java53 String mAccountType; field in MockAccountAuthenticator
96 return mAccountType; in getAccountType()
121 mAccountType = null; in clearData()
164 this.mAccountType = accountType; in addAccount()
194 this.mAccountType = accountType; in editProperties()
339 this.mAccountType = accountType; in startAddAccountSession()
447 this.mAccountType = accountType; in finishSession()