Searched refs:reciever (Results 1 – 1 of 1) sorted by relevance
55 AccountsChangedReceiver reciever = new AccountsChangedReceiver(); in testUnknownIntent() local56 reciever.onReceive(getContext(), new Intent("some-random-action")); in testUnknownIntent()63 AccountsChangedReceiver reciever = new AccountsChangedReceiver() { in testAccountRemoved() local69 reciever.onReceive(getContext(), new Intent(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION)); in testAccountRemoved()76 AccountsChangedReceiver reciever = new AccountsChangedReceiver() { in testAccountRemoved_noAccounts() local82 reciever.onReceive(getContext(), new Intent(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION)); in testAccountRemoved_noAccounts()89 AccountsChangedReceiver reciever = new AccountsChangedReceiver() { in testAccountNotRemoved() local95 reciever.onReceive(getContext(), new Intent(AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION)); in testAccountNotRemoved()