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.java2399 mMockTextView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_PRIMARY); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2416 mMockTextView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_FLOATING); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2432 mMockTextView.startActionMode(NO_OP_ACTION_MODE_CALLBACK, ActionMode.TYPE_FLOATING); in testStartActionModeForChildTypedBubblesUpToParent()
2446 mMockTextView.startActionMode(NO_OP_ACTION_MODE_CALLBACK); in testStartActionModeForChildTypelessBubblesUpToParent()
2613 private static final ActionMode.Callback NO_OP_ACTION_MODE_CALLBACK = field in ViewGroupTest