Searched refs:INSTANCE_AVAILABLE (Results 1 – 2 of 2) sorted by relevance
68 private static final ConditionVariable INSTANCE_AVAILABLE = new ConditionVariable(false); field in TestNotificationAssistant94 INSTANCE_AVAILABLE.open(); in onListenerConnected()101 INSTANCE_AVAILABLE.close(); in onListenerDisconnected()108 if (INSTANCE_AVAILABLE.block(CONNECTION_TIMEOUT_MS)) { in getInstance()
56 private static final ConditionVariable INSTANCE_AVAILABLE = new ConditionVariable(false); field in TestNotificationListener71 INSTANCE_AVAILABLE.open(); in onListenerConnected()78 INSTANCE_AVAILABLE.close(); in onListenerDisconnected()84 if (INSTANCE_AVAILABLE.block(CONNECTION_TIMEOUT_MS)) { in getInstance()