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.java4644 assertEquals(ActionMode.TYPE_PRIMARY, parent.startActionModeForChildType); in testStartActionModeWithParent()
4667 assertEquals(ActionMode.TYPE_FLOATING, parent.startActionModeForChildType); in testStartActionModeTypedWithParent()
4975 int startActionModeForChildType = ActionMode.TYPE_PRIMARY; field in ViewTest.MockViewGroup
4984 startActionModeForChildType = ActionMode.TYPE_PRIMARY; in startActionModeForChild()
4992 startActionModeForChildType = type; in startActionModeForChild()