Searched refs:mErrorBundle (Results 1 – 1 of 1) sorted by relevance
182 private Bundle mErrorBundle; field in TaskFragmentTransaction.Change212 mErrorBundle = in.readBundle(TaskFragmentTransaction.class.getClassLoader()); in Change()227 dest.writeBundle(mErrorBundle); in writeToParcel()273 mErrorBundle = requireNonNull(errorBundle); in setErrorBundle()360 return mErrorBundle != null ? mErrorBundle : Bundle.EMPTY; in getErrorBundle()