Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1675 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_PRIMARY); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
1691 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_FLOATING); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
1706 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_FLOATING); in testStartActionModeForChildTypedBubblesUpToParent()
1719 textView.startActionMode(NO_OP_ACTION_MODE_CALLBACK); in testStartActionModeForChildTypelessBubblesUpToParent()
1726 private static final ActionMode.Callback NO_OP_ACTION_MODE_CALLBACK = field in ViewGroupTest