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