Searched refs:mockOnEditorActionListener (Results 1 – 2 of 2) sorted by relevance
480 final TextView.OnEditorActionListener mockOnEditorActionListener = in testEditableTextView_shouldExposeAndRespondToImeEnterAction() local482 textView.setOnEditorActionListener(mockOnEditorActionListener); in testEditableTextView_shouldExposeAndRespondToImeEnterAction()483 verifyZeroInteractions(mockOnEditorActionListener); in testEditableTextView_shouldExposeAndRespondToImeEnterAction()490 verify(mockOnEditorActionListener, times(1)).onEditorAction( in testEditableTextView_shouldExposeAndRespondToImeEnterAction()501 verify(mockOnEditorActionListener, times(1)).onEditorAction( in testEditableTextView_shouldExposeAndRespondToImeEnterAction()
5820 final TextView.OnEditorActionListener mockOnEditorActionListener = in testSetOnEditorActionListener() local5822 verifyZeroInteractions(mockOnEditorActionListener); in testSetOnEditorActionListener()5824 mTextView.setOnEditorActionListener(mockOnEditorActionListener); in testSetOnEditorActionListener()5825 verifyZeroInteractions(mockOnEditorActionListener); in testSetOnEditorActionListener()5828 verify(mockOnEditorActionListener, times(1)).onEditorAction(mTextView, in testSetOnEditorActionListener()