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.java3933 assertEquals(ActionMode.TYPE_PRIMARY, parent.startActionModeForChildType); in testStartActionModeWithParent()
3956 assertEquals(ActionMode.TYPE_FLOATING, parent.startActionModeForChildType); in testStartActionModeTypedWithParent()
4120 int startActionModeForChildType = ActionMode.TYPE_PRIMARY; field in ViewTest.MockViewGroup
4129 startActionModeForChildType = ActionMode.TYPE_PRIMARY; in startActionModeForChild()
4137 startActionModeForChildType = type; in startActionModeForChild()