Searched refs:anotherEditTextRef (Results 1 – 3 of 3) sorted by relevance
189 final AtomicReference<EditText> anotherEditTextRef = new AtomicReference<>(); in testCloseConnectionWithLosingViewFocus() local227 anotherEditTextRef.set(editText); in testCloseConnectionWithLosingViewFocus()236 runOnMainSync(() -> anotherEditTextRef.get().requestFocus()); in testCloseConnectionWithLosingViewFocus()
113 final AtomicReference<EditText> anotherEditTextRef = new AtomicReference<>(); in testLifecycle() local125 anotherEditTextRef.set(anotherEditText); in testLifecycle()140 runOnMainSync(() -> anotherEditTextRef.get().requestFocus()); in testLifecycle()
321 final AtomicReference<EditText> anotherEditTextRef = new AtomicReference<>(); in testCloseConnectionWithLosingViewFocus() local359 anotherEditTextRef.set(editText); in testCloseConnectionWithLosingViewFocus()368 runOnMainSync(() -> anotherEditTextRef.get().requestFocus()); in testCloseConnectionWithLosingViewFocus()