Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java53 private final List<String> mChildCallIds; field in ParcelableCall
99 mChildCallIds = childCallIds; in ParcelableCall()
208 return mChildCallIds; in getChildCallIds()
351 destination.writeList(mChildCallIds); in writeToParcel()
361 return String.format("[%s, parent:%s, children:%s]", mId, mParentCallId, mChildCallIds); in toString()