Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java916 assertFalse(factory.hasCalledNewEditable()); in testSetEditableFactory()
920 assertFalse(factory.hasCalledNewEditable()); in testSetEditableFactory()
924 assertFalse(factory.hasCalledNewEditable()); in testSetEditableFactory()
928 assertTrue(factory.hasCalledNewEditable()); in testSetEditableFactory()
934 assertTrue(factory.hasCalledNewEditable()); in testSetEditableFactory()
4819 public boolean hasCalledNewEditable() { in hasCalledNewEditable() method in TextViewTest.MockEditableFactory