Searched refs:longClickableButton (Results 1 – 3 of 3) sorted by relevance
68 Button longClickableButton = (Button) findViewById(R.id.long_clickable_button); in onCreate() local70 longClickableButton.setOnClickListener(v -> longClickableTarget.setLongClickable(true)); in onCreate()
499 UiObject longClickableButton = mDevice.findObject( in testIsLongClickable() local504 assertTrue(longClickableButton.isLongClickable()); in testIsLongClickable()
496 UiObject2 longClickableButton = mDevice.findObject(By.res(TEST_APP, in testIsLongClickable() local498 assertTrue(longClickableButton.isLongClickable()); in testIsLongClickable()