Searched refs:mockOnEditorActionListener (Results 1 – 2 of 2) sorted by relevance
470 final TextView.OnEditorActionListener mockOnEditorActionListener = in testEditableTextView_shouldExposeAndRespondToImeEnterAction() local472 textView.setOnEditorActionListener(mockOnEditorActionListener); in testEditableTextView_shouldExposeAndRespondToImeEnterAction()473 verifyZeroInteractions(mockOnEditorActionListener); in testEditableTextView_shouldExposeAndRespondToImeEnterAction()480 verify(mockOnEditorActionListener, times(1)).onEditorAction( in testEditableTextView_shouldExposeAndRespondToImeEnterAction()488 verify(mockOnEditorActionListener, times(1)).onEditorAction( in testEditableTextView_shouldExposeAndRespondToImeEnterAction()
5596 final TextView.OnEditorActionListener mockOnEditorActionListener = in testSetOnEditorActionListener() local5598 verifyZeroInteractions(mockOnEditorActionListener); in testSetOnEditorActionListener()5600 mTextView.setOnEditorActionListener(mockOnEditorActionListener); in testSetOnEditorActionListener()5601 verifyZeroInteractions(mockOnEditorActionListener); in testSetOnEditorActionListener()5604 verify(mockOnEditorActionListener, times(1)).onEditorAction(mTextView, in testSetOnEditorActionListener()