Searched refs:getAccountType (Results 1 – 10 of 10) sorted by relevance
57 static String getAccountType() { in getAccountType() method in SyncManagerCtsAuthenticator66 final Account account = new Account(name, getAccountType()); in ensureTestAccount()84 for (Account account : am.getAccountsByType(getAccountType())) { in removeAllAccounts()88 Log.i(TAG, "Removed all accounts for " + getAccountType()); in removeAllAccounts()91 () -> am.getAccountsByType(getAccountType()).length == 0); in removeAllAccounts()
76 .with(RawContacts.ACCOUNT_TYPE, mTestAccount.getAccountType()) in testPhoneticStructuredName()100 .with(RawContacts.ACCOUNT_TYPE, mTestAccount.getAccountType()) in testPhoneticStructuredName_phoneticPriority1()110 .with(RawContacts.ACCOUNT_TYPE, mTestAccount.getAccountType()) in testPhoneticStructuredName_phoneticPriority1()137 .with(RawContacts.ACCOUNT_TYPE, mTestAccount.getAccountType()) in testPhoneticStructuredName_phoneticPriority2()147 .with(RawContacts.ACCOUNT_TYPE, mTestAccount.getAccountType()) in testPhoneticStructuredName_phoneticPriority2()
98 assertThat(SIM_ACCT_TYPE_1).isEqualTo(simAccount1.getAccountType()); in testAddSimAccount_returnedByGetSimAccounts()105 assertThat(SIM_ACCT_TYPE_2).isEqualTo(simAccount2.getAccountType()); in testAddSimAccount_returnedByGetSimAccounts()
124 assertThat(request.getAccountType()).isNull(); in testDefaultAccountNameAndAccountTypeAreNull()134 assertThat(request.getAccountType()).isEqualTo(accountType); in testSetAccountNameAndAccountType()142 assertThat(request.getAccountType()).isNull(); in testSetAccountNameAndAccountTypeNull()
65 assertThat(key.getAccountType()).isEqualTo(ACCOUNT_TYPE); in accountTypePolicyKey_getAccountType_returnsCorrectType()
203 assertEquals(ACCOUNT_1_A.type, si.getAccountType()); in testInitialSync()328 assertEquals(ACCOUNT_1_A.type, si.getAccountType()); in testInitialSyncInNeverBucket()
292 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType()); in validateAccountAndAuthTokenType()1940 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType()); in testEditProperties()1959 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType()); in testEditPropertiesWithCallbackAndHandler()3353 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());3395 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());3533 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());3580 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());3626 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());3673 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());3722 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());[all …]
95 public String getAccountType() { in getAccountType() method in MockAccountAuthenticator
1268 method @NonNull public String getAccountType();10933 method @Nullable public String getAccountType();
36913 method @NonNull public String getAccountType();