Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5110 MockActionModeCallback callbackStartActionMode = new MockActionModeCallback(true); in testSetAndGetCustomSelectionActionModeCallback() local
5111 mTextView.setCustomSelectionActionModeCallback(callbackStartActionMode); in testSetAndGetCustomSelectionActionModeCallback()
5112 assertEquals(callbackStartActionMode, mTextView.getCustomSelectionActionModeCallback()); in testSetAndGetCustomSelectionActionModeCallback()
5127 assertEquals(1, callbackStartActionMode.getCreateCount()); in testSetAndGetCustomSelectionActionModeCallback()
5138 assertEquals(1, callbackStartActionMode.getDestroyCount()); in testSetAndGetCustomSelectionActionModeCallback()