Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitControllerTest.java1456 mSplitController.updateSplitAttributes(new Binder(), SPLIT_ATTRIBUTES); in testUpdateSplitAttributes_invalidSplitContainerToken_earlyReturn()
1464 () -> mSplitController.updateSplitAttributes((IBinder) null, SPLIT_ATTRIBUTES)); in testUpdateSplitAttributes_nullParams_throwException()
1472 () -> mSplitController.updateSplitAttributes(token, null)); in testUpdateSplitAttributes_nullParams_throwException()
1487 mSplitController.updateSplitAttributes(token, SPLIT_ATTRIBUTES); in testUpdateSplitAttributes_doNotNeedToUpdateSplitContainer_doNotApplyTransaction()
1505 mSplitController.updateSplitAttributes(token, SPLIT_ATTRIBUTES); in testUpdateSplitAttributes_splitContainerUpdated_updateAttrs()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitController.java561 public void updateSplitAttributes(@NonNull IBinder splitInfoToken, in updateSplitAttributes() method in SplitController