Home
last modified time | relevance | path

Searched refs:errorTaskFragmentInfo (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java503 final TaskFragmentInfo errorTaskFragmentInfo = errorBundle.getParcelable( in onTransactionReady() local
508 if (errorTaskFragmentInfo != null) { in onTransactionReady()
509 mPresenter.updateTaskFragmentInfo(errorTaskFragmentInfo); in onTransactionReady()
511 onTaskFragmentError(wct, errorToken, errorTaskFragmentInfo, opType, in onTransactionReady()