Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionLifecycleTest.java189 final AtomicReference<EditText> anotherEditTextRef = new AtomicReference<>(); in testCloseConnectionWithLosingViewFocus() local
227 anotherEditTextRef.set(editText); in testCloseConnectionWithLosingViewFocus()
236 runOnMainSync(() -> anotherEditTextRef.get().requestFocus()); in testCloseConnectionWithLosingViewFocus()
DAccessibilityInputMethodTest.java113 final AtomicReference<EditText> anotherEditTextRef = new AtomicReference<>(); in testLifecycle() local
125 anotherEditTextRef.set(anotherEditText); in testLifecycle()
140 runOnMainSync(() -> anotherEditTextRef.get().requestFocus()); in testLifecycle()
DInputConnectionHandlerTest.java321 final AtomicReference<EditText> anotherEditTextRef = new AtomicReference<>(); in testCloseConnectionWithLosingViewFocus() local
359 anotherEditTextRef.set(editText); in testCloseConnectionWithLosingViewFocus()
368 runOnMainSync(() -> anotherEditTextRef.get().requestFocus()); in testCloseConnectionWithLosingViewFocus()