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.java73 assertAccountName(ACCOUNT_1); in testUnknownIntent()
87 assertAccountName(null); in testAccountRemoved()
101 assertAccountName(null); in testAccountRemoved_noAccounts()
115 assertAccountName(ACCOUNT_2); in testAccountNotRemoved()
126 private void assertAccountName(String expectedAccountName) { in assertAccountName() method in AccountsChangedReceiverTests