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