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.java307 private int getAccountsCount() { in getAccountsCount() method in AccountManagerTest
574 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccount()
600 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountWithNewApi()
632 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountWithDefaultImpl()
657 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi()
680 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyAndRemoveAccountExplicitly()
776 final int expectedAccountsCount = getAccountsCount(); in testAddAccountExplicitlyWithVisibility()
915 final int expectedAccountsCount = getAccountsCount(); in testAccountRenameAndGetPreviousName()
954 final int accountsCount = getAccountsCount(); in testGetAccountsAndGetAccountsByType()