Searched refs:mCancelIds (Results 1 – 1 of 1) sorted by relevance
112 private final @Nullable int[] mCancelIds; field in FillResponse147 r.mCancelIds, in shallowCopy()186 mCancelIds = cancelIds; in FillResponse()215 mCancelIds = builder.mCancelIds; in FillResponse()363 return mCancelIds; in getCancelIds()395 private int[] mCancelIds; field in FillResponse.Builder1044 mCancelIds = ids; in setPresentationCancelIds()1207 if (mCancelIds != null) { in toString()1208 builder.append(", mCancelIds=").append(mCancelIds.length); in toString()1248 parcel.writeIntArray(mCancelIds); in writeToParcel()