Searched refs:isOnEditorActionCalled (Results 1 – 1 of 1) sorted by relevance
3481 assertFalse(listener.isOnEditorActionCalled()); in testSetOnEditorActionListener()3484 assertFalse(listener.isOnEditorActionCalled()); in testSetOnEditorActionListener()3487 assertTrue(listener.isOnEditorActionCalled()); in testSetOnEditorActionListener()4593 private boolean isOnEditorActionCalled; field in TextViewTest.MockOnEditorActionListener4596 isOnEditorActionCalled = true; in onEditorAction()4600 public boolean isOnEditorActionCalled() { in isOnEditorActionCalled() method in TextViewTest.MockOnEditorActionListener4601 return isOnEditorActionCalled; in isOnEditorActionCalled()