Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
DAccountsChangedReceiverTests.java55 AccountsChangedReceiver reciever = new AccountsChangedReceiver(); in testUnknownIntent() local
56 reciever.onReceive(getContext(), new Intent("some-random-action")); in testUnknownIntent()
63 AccountsChangedReceiver reciever = new AccountsChangedReceiver() { in testAccountRemoved() local
69 reciever.onReceive(getContext(), new Intent(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION)); in testAccountRemoved()
76 AccountsChangedReceiver reciever = new AccountsChangedReceiver() { in testAccountRemoved_noAccounts() local
82 reciever.onReceive(getContext(), new Intent(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION)); in testAccountRemoved_noAccounts()
89 AccountsChangedReceiver reciever = new AccountsChangedReceiver() { in testAccountNotRemoved() local
95 reciever.onReceive(getContext(), new Intent(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION)); in testAccountNotRemoved()