Searched refs:atomicBombToKillASmallInsect (Results 1 – 1 of 1) sorted by relevance
2624 final AtomicInteger atomicBombToKillASmallInsect = new AtomicInteger(); in testAutofillMovesCursorToTheEnd() local2626 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()