Searched refs:longClick (Results 1 – 13 of 13) sorted by relevance
71 KeyUtils.longClick(this); in testKeypadLongClick()
75 KeyUtils.longClick(this); in testKeypadLongClick()
71 public static void longClick(ActivityInstrumentationTestCase test) { in longClick() method in KeyUtils
243 tile.longClick(this) in <lambda>()251 longClick: OnLongClickListener? in <lambda>()254 onLongClickListener = longClick in <lambda>()
312 public void longClick(@Nullable View view) { in longClick() method in QSTileImpl
197 mTile.longClick(null /* view */); in testLongClick_Metrics()209 mTile.longClick(null /* view */); in testLongClick_log()
79 void longClick(@Nullable View view); in longClick() method
404 public void longClick(@Nullable View view) {} in longClick() method in TileQueryHelperTest.FakeQSTile
44 import static androidx.test.espresso.action.ViewActions.longClick;322 onView(withId(R.id.textview)).perform(longClick()); in testToolbarAppearsAfterSelection_withFirstStringLtrAlgorithmAndRtlHint()1280 onView(withId(R.id.textview)).perform(longClick()); in testPastePlainText_menuAction()1295 onView(withId(R.id.textview)).perform(longClick()); in testPastePlainText_noMenuItemForPlainText()
504 public boolean longClick() throws UiObjectNotFoundException { in longClick() method in UiObject
80 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
89 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
112 …method @Deprecated public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFound…