Searched refs:nonUiThreadCallMade (Results 1 – 1 of 1) sorted by relevance
885 final AtomicBoolean nonUiThreadCallMade = new AtomicBoolean(false); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive() local894 nonUiThreadCallMade.set(true); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()917 assertFalse(nonUiThreadCallMade.get()); in testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive()