Searched refs:callWaitingResult (Results 1 – 1 of 1) sorted by relevance
929 LinkedBlockingQueue<Integer> callWaitingResult = new LinkedBlockingQueue<>(1); in testSetCallWaitingStatus() local932 (tm) -> tm.setCallWaitingEnabled(true, executor, callWaitingResult::offer)); in testSetCallWaitingStatus()933 Integer result = callWaitingResult.poll(TIMEOUT_FOR_NETWORK_OPS, TimeUnit.MILLISECONDS); in testSetCallWaitingStatus()942 LinkedBlockingQueue<Integer> callWaitingResult = new LinkedBlockingQueue<>(1); in testSetCallWaitingStatus() local945 (tm) -> tm.setCallWaitingEnabled(false, executor, callWaitingResult::offer)); in testSetCallWaitingStatus()946 Integer result = callWaitingResult.poll(TIMEOUT_FOR_NETWORK_OPS, TimeUnit.MILLISECONDS); in testSetCallWaitingStatus()