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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 280 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
327 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
368 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
564 when(parentConfCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
690 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 365 if (call.getChildCalls().size() == 1) {
698 for (Call childCall : activeCall.getChildCalls()) {
    [all...]
ParcelableCallUtils.java 91 List<Call> childCalls = call.getChildCalls();
Call.java 528 getChildCalls().size(),
    [all...]
CallsManager.java     [all...]
InCallController.java     [all...]

Completed in 45 milliseconds