Searched refs:callWaitingResult (Results 1 – 1 of 1) sorted by relevance
1411 LinkedBlockingQueue<Integer> callWaitingResult = new LinkedBlockingQueue<>(1); in testSetCallWaitingStatus() local1414 (tm) -> tm.setCallWaitingEnabled(true, executor, callWaitingResult::offer)); in testSetCallWaitingStatus()1415 Integer result = callWaitingResult.poll(TIMEOUT_FOR_NETWORK_OPS, TimeUnit.MILLISECONDS); in testSetCallWaitingStatus()1424 LinkedBlockingQueue<Integer> callWaitingResult = new LinkedBlockingQueue<>(1); in testSetCallWaitingStatus() local1427 (tm) -> tm.setCallWaitingEnabled(false, executor, callWaitingResult::offer)); in testSetCallWaitingStatus()1428 Integer result = callWaitingResult.poll(TIMEOUT_FOR_NETWORK_OPS, TimeUnit.MILLISECONDS); in testSetCallWaitingStatus()