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 302 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
350 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
392 when(parentCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
628 when(parentConfCall.getChildCalls()).thenReturn(new LinkedList<Call>() {{
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 383 if (call.getChildCalls().size() == 1) {
722 int numChildrenOfActiveCall = activeCall == null ? 0 : activeCall.getChildCalls().size();
743 for (Call childCall : activeCall.getChildCalls()) {
    [all...]
ParcelableCallUtils.java 131 List<Call> childCalls = call.getChildCalls();
Call.java 712 getChildCalls().size(),
    [all...]
InCallController.java     [all...]
CallsManager.java     [all...]

Completed in 82 milliseconds