Searched refs:callbackStartActionMode (Results 1 – 1 of 1) sorted by relevance
5110 MockActionModeCallback callbackStartActionMode = new MockActionModeCallback(true); in testSetAndGetCustomSelectionActionModeCallback() local5111 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()