Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java61 private List<String> mChildCallIds; field in ParcelableCall.ParcelableCallBuilder
172 mChildCallIds = childCallIds; in setChildCallIds()
254 mChildCallIds, in createParcelableCall()
290 newBuilder.mChildCallIds = parcelableCall.mChildCallIds; in fromParcelableCall()
327 private final List<String> mChildCallIds; field in ParcelableCall
392 mChildCallIds = childCallIds; in ParcelableCall()
536 return mChildCallIds; in getChildCallIds()
745 destination.writeList(mChildCallIds); in writeToParcel()
764 return String.format("[%s, parent:%s, children:%s]", mId, mParentCallId, mChildCallIds); in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51611 Landroid/telecom/ParcelableCall;->mChildCallIds:Ljava/util/List;