Searched refs:mAccountType (Results 1 – 4 of 4) sorted by relevance
35 private final String mAccountType; field in TestDefaultAuthenticator40 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()
41 private final String mAccountType; field in TestAccountAuthenticator49 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()
53 String mAccountType; field in MockAccountAuthenticator96 return mAccountType; in getAccountType()121 mAccountType = null; in clearData()165 this.mAccountType = accountType; in addAccount()195 this.mAccountType = accountType; in editProperties()341 this.mAccountType = accountType; in startAddAccountSession()450 this.mAccountType = accountType; in finishSession()
129 private final String mAccountType = "test_account_type"; field in UserManagerTest779 .setAccountType(mAccountType) in newUserRequest()792 assertThat(mUserManager.someUserHasAccount(mAccountName, mAccountType)).isFalse(); in testSomeUserHasAccount()794 assertThat(mUserManager.someUserHasAccount(mAccountName, mAccountType)).isTrue(); in testSomeUserHasAccount()811 assertThat(mUserManager.someUserHasAccount(mAccountName, mAccountType)).isFalse(); in testSomeUserHasAccount_shouldIgnoreToBeRemovedUsers()