Home
last modified time | relevance | path

Searched refs:isDisconnectingChildCall (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java3205 boolean isDisconnectingChildCall = call.isDisconnectingChildCall();
3207 + isDisconnectingChildCall + "call -> %s", call);
3212 if (!isDisconnectingChildCall && foregroundCall != null
DCall.java2076 public boolean isDisconnectingChildCall() { in isDisconnectingChildCall() method in Call