Searched refs:atomicBombToKillASmallInsect (Results 1 – 1 of 1) sorted by relevance
2890 final AtomicInteger atomicBombToKillASmallInsect = new AtomicInteger(); in testAutofillMovesCursorToTheEnd() local2892 mActivity.onUsername((v) -> atomicBombToKillASmallInsect.set(v.getSelectionEnd())); in testAutofillMovesCursorToTheEnd()2893 assertWithMessage("Wrong position on username").that(atomicBombToKillASmallInsect.get()) in testAutofillMovesCursorToTheEnd()2896 mActivity.onPassword((v) -> atomicBombToKillASmallInsect.set(v.getSelectionEnd())); in testAutofillMovesCursorToTheEnd()2897 assertWithMessage("Wrong position on password").that(atomicBombToKillASmallInsect.get()) in testAutofillMovesCursorToTheEnd()