Searched defs:mParentCall (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java325 private Call mParentCall = null; field in class:Call
1020 return mParentCall;
1574 if (parentCall == mParentCall) {
1578 Preconditions.checkState(parentCall == null || mParentCall == null);
1580 Call oldParent = mParentCall;
1581 if (mParentCall != null) {
1582 mParentCall.removeChildCall(this);
1584 mParentCall = parentCall;
1585 if (mParentCall != null) {
1586 mParentCall
[all...]

Completed in 34 milliseconds