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.java3831 assertEquals(ActionMode.TYPE_PRIMARY, parent.startActionModeForChildType); in testStartActionModeWithParent()
3852 assertEquals(ActionMode.TYPE_FLOATING, parent.startActionModeForChildType); in testStartActionModeTypedWithParent()
3995 int startActionModeForChildType = ActionMode.TYPE_PRIMARY; field in ViewTest.MockViewGroup
4004 startActionModeForChildType = ActionMode.TYPE_PRIMARY; in startActionModeForChild()
4012 startActionModeForChildType = type; in startActionModeForChild()