Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DInputConnectionSplitter.java163 public boolean performContextMenuAction(int id) { in performContextMenuAction() method in InputConnectionSplitter
164 mForNotify.performContextMenuAction(id); in performContextMenuAction()
165 return super.performContextMenuAction(id); in performContextMenuAction()
DNoOpInputConnection.java112 public boolean performContextMenuAction(int id) { in performContextMenuAction() method in NoOpInputConnection
/cts/tests/inputmethod/legacyimeclienttestlib/src/com/android/cts/inputmethod/
DLegacyImeClientTestUtils.java132 public boolean performContextMenuAction(int id) { in performContextMenuAction() method in LegacyImeClientTestUtils.MinimallyImplementedNoOpInputConnection
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNoOpInputConnection.java114 public boolean performContextMenuAction(int id) { in performContextMenuAction() method in NoOpInputConnection
DHandlerInputConnection.java127 public boolean performContextMenuAction(int id) { in performContextMenuAction() method in HandlerInputConnection
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java127 wrapper.performContextMenuAction(1); in testInputConnectionWrapper()
128 verify(inputConnection, times(1)).performContextMenuAction(1); in testInputConnectionWrapper()
DInputConnectionDefaultMethodTest.java285 public boolean performContextMenuAction(int id) { in performContextMenuAction() method in InputConnectionDefaultMethodTest.TestInputConnection
286 return mDelegate.performContextMenuAction(id); in performContextMenuAction()
DBaseInputConnectionTest.java91 assertFalse(connection.performContextMenuAction(actionId)); in testDefaultMethods()
DInputConnectionEndToEndTest.java4174 public boolean performContextMenuAction(int id) {
4209 public boolean performContextMenuAction(int id) {
4258 public boolean performContextMenuAction(int id) {
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityInputConnectionTest.java230 ic.performContextMenuAction(android.R.id.selectAll); in testPerformContextMenuAction()
232 .performContextMenuAction(android.R.id.selectAll); in testPerformContextMenuAction()
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java294 getMemorizedOrCurrentInputConnection().performContextMenuAction(id); in onHandleCommand()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java341 return getMemorizedOrCurrentInputConnection().performContextMenuAction(id); in onHandleCommand()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt3667 method public void performContextMenuAction(int);
55895 method public boolean performContextMenuAction(int);
56206 method public boolean performContextMenuAction(int);
56264 method public boolean performContextMenuAction(int);