Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4508 assertEquals(0, callbackBlockActionMode.getDestroyCount()); in testSetAndGetCustomSelectionActionModeCallback()
4539 assertEquals(1, callbackStartActionMode.getDestroyCount()); in testSetAndGetCustomSelectionActionModeCallback()
4566 public int getDestroyCount() { in getDestroyCount() method in TextViewTest.MockActionModeCallback