Searched refs:updateSplitAttributes (Results 1 – 2 of 2) sorted by relevance
1456 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()
561 public void updateSplitAttributes(@NonNull IBinder splitInfoToken, in updateSplitAttributes() method in SplitController