HomeSort by relevance Sort by last modified time
    Searched refs:getConferenceLevelActiveCall (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 278 when(parentCall.getConferenceLevelActiveCall()).thenReturn(confCall1);
325 when(parentCall.getConferenceLevelActiveCall()).thenReturn(foregroundCall);
366 when(parentCall.getConferenceLevelActiveCall()).thenReturn(confCall1);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 589 Call activeChild = conferenceCall.getConferenceLevelActiveCall();
    [all...]
Call.java     [all...]

Completed in 146 milliseconds