Searched refs:uiVerified (Results 1 – 1 of 1) sorted by relevance
856 AtomicBoolean uiVerified = new AtomicBoolean(false); in testConnectionFlowWithSpecifierWithShellIdentity() local861 uiVerified.set(true); in testConnectionFlowWithSpecifierWithShellIdentity()921 assertThat(uiVerified.get()).isTrue(); in testConnectionFlowWithSpecifierWithShellIdentity()