Searched refs:testEditorRef (Results 1 – 3 of 3) sorted by relevance
111 final AtomicReference<TestEditor> testEditorRef = new AtomicReference<>(); in testOnUpdateSelectionForInProcessIme() local126 testEditorRef.set(testEditor); in testOnUpdateSelectionForInProcessIme()159 final TestEditor testEditor = testEditorRef.get(); in testOnUpdateSelectionForInProcessIme()
110 final AtomicReference<TestEditor> testEditorRef = new AtomicReference<>(); in testCloseConnectionWithRestartInput() local141 testEditorRef.set(testEditor); in testCloseConnectionWithRestartInput()154 final TestEditor testEditor = testEditorRef.get(); in testCloseConnectionWithRestartInput()
242 final AtomicReference<TestEditor> testEditorRef = new AtomicReference<>(); in testCloseConnectionWithRestartInput() local274 testEditorRef.set(testEditor); in testCloseConnectionWithRestartInput()287 final TestEditor testEditor = testEditorRef.get(); in testCloseConnectionWithRestartInput()