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.java957 assertFalse(factory.hasCalledNewEditable()); in testSetEditableFactory()
961 assertFalse(factory.hasCalledNewEditable()); in testSetEditableFactory()
965 assertFalse(factory.hasCalledNewEditable()); in testSetEditableFactory()
969 assertTrue(factory.hasCalledNewEditable()); in testSetEditableFactory()
975 assertTrue(factory.hasCalledNewEditable()); in testSetEditableFactory()
5418 public boolean hasCalledNewEditable() { in hasCalledNewEditable() method in TextViewTest.MockEditableFactory