Searched refs:INSTANCE_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
47 private static final ConditionVariable INSTANCE_AVAILABLE = new ConditionVariable(false); field in TestNotificationListener71 INSTANCE_AVAILABLE.open(); in onListenerConnected()77 INSTANCE_AVAILABLE.close(); in onListenerDisconnected()83 if (INSTANCE_AVAILABLE.block(CONNECTION_TIMEOUT_MS)) { in getInstance()