Searched refs:mCancelIds (Results 1 – 1 of 1) sorted by relevance
120 private final @Nullable int[] mCancelIds; field in FillResponse156 r.mCancelIds, in shallowCopy()196 mCancelIds = cancelIds; in FillResponse()226 mCancelIds = builder.mCancelIds; in FillResponse()375 return mCancelIds; in getCancelIds()407 private int[] mCancelIds; field in FillResponse.Builder1059 mCancelIds = ids; in setPresentationCancelIds()1243 if (mCancelIds != null) { in toString()1244 builder.append(", mCancelIds=").append(mCancelIds.length); in toString()1285 parcel.writeIntArray(mCancelIds); in writeToParcel()