Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java2624 final AtomicInteger atomicBombToKillASmallInsect = new AtomicInteger(); in testAutofillMovesCursorToTheEnd() local
2626 mActivity.onUsername((v) -> atomicBombToKillASmallInsect.set(v.getSelectionEnd())); in testAutofillMovesCursorToTheEnd()
2627 assertWithMessage("Wrong position on username").that(atomicBombToKillASmallInsect.get()) in testAutofillMovesCursorToTheEnd()
2630 mActivity.onPassword((v) -> atomicBombToKillASmallInsect.set(v.getSelectionEnd())); in testAutofillMovesCursorToTheEnd()
2631 assertWithMessage("Wrong position on password").that(atomicBombToKillASmallInsect.get()) in testAutofillMovesCursorToTheEnd()