Searched refs:callIds (Results 1 – 3 of 3) sorted by relevance
46 void cleanUpCallIds(Set<String> callIds) {} in cleanUpCallIds() argument
103 void cleanUpCallIds(Set<String> callIds) {105 if (callIds.contains(connection.getCallId())) {
329 final String[] callIds = callIdCaptor.getValue(); in testNotifyPreciseCallStateImsCallInfo() local333 assertEquals(3, callIds.length); in testNotifyPreciseCallStateImsCallInfo()343 assertEquals("1", callIds[/*foreground call*/ 1]); in testNotifyPreciseCallStateImsCallInfo()344 assertEquals("2", callIds[/*background call*/ 2]); in testNotifyPreciseCallStateImsCallInfo()345 assertEquals(null, callIds[/*ringing call*/ 0]); in testNotifyPreciseCallStateImsCallInfo()