Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountListPreferenceControllerTest.java96 removeAllAccounts(); in reset()
164 getShadowAccountManager().removeAllAccounts(); in onAccountsUpdate_isThisUser_shouldForceUpdate()
183 getShadowAccountManager().removeAllAccounts(); in onAccountsUpdate_updatedUserIsNotCurrentUser_shouldNotForceUpdate()
199 getShadowAccountManager().removeAllAccounts(); in onUsersUpdate_shouldForceUpdate()
225 private void removeAllAccounts() { in removeAllAccounts() method in AccountListPreferenceControllerTest
226 getShadowAccountManager().removeAllAccounts(); in removeAllAccounts()
DAccountDetailsFragmentTest.java146 getShadowAccountManager().removeAllAccounts(); in accountExists_accountWasRemoved_shouldBeFalse()
155 getShadowAccountManager().removeAllAccounts(); in onAccountsUpdate_accountDoesNotExist_shouldGoBack()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowAccountManager.java71 public void removeAllAccounts() { in removeAllAccounts() method in ShadowAccountManager
72 super.removeAllAccounts(); in removeAllAccounts()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/system/
DMasterClearAccountsPreferenceControllerTest.java186 getShadowAccountManager().removeAllAccounts(); in refreshUi_accountRemoved_removesPreferenceFromGroup()