Searched refs:getConferenceLevelActiveCall (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothPhoneServiceTest.java279 when(parentCall.getConferenceLevelActiveCall()).thenReturn(confCall1);
326 when(parentCall.getConferenceLevelActiveCall()).thenReturn(foregroundCall);
367 when(parentCall.getConferenceLevelActiveCall()).thenReturn(confCall1);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothPhoneServiceImpl.java598 Call activeChild = conferenceCall.getConferenceLevelActiveCall();
H A DCall.java1260 public Call getConferenceLevelActiveCall() { method in class:Call

Completed in 128 milliseconds