Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java111 final AtomicReference<TestEditor> testEditorRef = new AtomicReference<>(); in testOnUpdateSelectionForInProcessIme() local
126 testEditorRef.set(testEditor); in testOnUpdateSelectionForInProcessIme()
159 final TestEditor testEditor = testEditorRef.get(); in testOnUpdateSelectionForInProcessIme()
DInputConnectionLifecycleTest.java110 final AtomicReference<TestEditor> testEditorRef = new AtomicReference<>(); in testCloseConnectionWithRestartInput() local
141 testEditorRef.set(testEditor); in testCloseConnectionWithRestartInput()
154 final TestEditor testEditor = testEditorRef.get(); in testCloseConnectionWithRestartInput()
DInputConnectionHandlerTest.java242 final AtomicReference<TestEditor> testEditorRef = new AtomicReference<>(); in testCloseConnectionWithRestartInput() local
274 testEditorRef.set(testEditor); in testCloseConnectionWithRestartInput()
287 final TestEditor testEditor = testEditorRef.get(); in testCloseConnectionWithRestartInput()