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
171 mChildCallIds = childCallIds; in setChildCallIds()
248 mChildCallIds, in createParcelableCall()
283 newBuilder.mChildCallIds = parcelableCall.mChildCallIds; in fromParcelableCall()
319 private final List<String> mChildCallIds; field in ParcelableCall
382 mChildCallIds = childCallIds; in ParcelableCall()
525 return mChildCallIds; in getChildCallIds()
724 destination.writeList(mChildCallIds); in writeToParcel()
742 return String.format("[%s, parent:%s, children:%s]", mId, mParentCallId, mChildCallIds); in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt66277 Landroid/telecom/ParcelableCall;->mChildCallIds:Ljava/util/List;