Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java321 private int getAccountsCount() { in getAccountsCount() method in AccountManagerTest
588 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccount()
614 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountWithNewApi()
646 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountWithDefaultImpl()
671 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi()
694 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountExplicitly()
790 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyWithVisibility()
929 final int expectedAccountsCount = getAccountsCount(); in testAccountRenameAndGetPreviousName()
968 final int accountsCount = getAccountsCount(); in testGetAccountsAndGetAccountsByType()