Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
DAccountsChangedReceiverTests.java58 assertAccountName(ACCOUNT_1); in testUnknownIntent()
71 assertAccountName(null); in testAccountRemoved()
84 assertAccountName(null); in testAccountRemoved_noAccounts()
97 assertAccountName(ACCOUNT_2); in testAccountNotRemoved()
108 private void assertAccountName(String expectedAccountName) { in assertAccountName() method in AccountsChangedReceiverTests