Home
last modified time | relevance | path

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

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