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.java4511 MockActionModeCallback callbackStartActionMode = new MockActionModeCallback(true); in testSetAndGetCustomSelectionActionModeCallback() local
4512 mTextView.setCustomSelectionActionModeCallback(callbackStartActionMode); in testSetAndGetCustomSelectionActionModeCallback()
4513 assertEquals(callbackStartActionMode, mTextView.getCustomSelectionActionModeCallback()); in testSetAndGetCustomSelectionActionModeCallback()
4528 assertEquals(1, callbackStartActionMode.getCreateCount()); in testSetAndGetCustomSelectionActionModeCallback()
4539 assertEquals(1, callbackStartActionMode.getDestroyCount()); in testSetAndGetCustomSelectionActionModeCallback()