Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4493 assertEquals(ActionMode.TYPE_PRIMARY, parent.startActionModeForChildType); in testStartActionModeWithParent()
4516 assertEquals(ActionMode.TYPE_FLOATING, parent.startActionModeForChildType); in testStartActionModeTypedWithParent()
4713 int startActionModeForChildType = ActionMode.TYPE_PRIMARY; field in ViewTest.MockViewGroup
4722 startActionModeForChildType = ActionMode.TYPE_PRIMARY; in startActionModeForChild()
4730 startActionModeForChildType = type; in startActionModeForChild()