Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DTransactionManagerTest.java62 private TransactionManager mTransactionManager; field in TransactionManagerTest
67 mTransactionManager = new TransactionManager(mOrganizer); in setup()
72 mTransactionManager.startNewTransaction(); in testStartNewTransaction()
80 transactionRecord = mTransactionManager.startNewTransaction(); in testStartNewTransaction()
84 mTransactionManager.startNewTransaction(); in testStartNewTransaction()
96 mTransactionManager.getCurrentTransactionRecord().abort(); in testSetTransactionOriginType()
97 transactionRecord = mTransactionManager.startNewTransaction(); in testSetTransactionOriginType()
108 transactionRecord = mTransactionManager.startNewTransaction(); in testSetTransactionOriginType()
130 mTransactionManager.startNewTransaction(); in testGetCurrentTransactionRecord()
134 mTransactionManager.getCurrentTransactionRecord().apply( in testGetCurrentTransactionRecord()
[all …]
H A DSplitControllerTest.java146 private TransactionManager mTransactionManager; field in SplitControllerTest
163 mTransactionManager = mSplitController.mTransactionManager; in setUp()
167 spyOn(mTransactionManager); in setUp()
239 mTransactionManager.startNewTransaction(); in testOnTaskFragmentAppearEmptyTimeout()
691 mTransactionManager.startNewTransaction(); in testResolveActivityToContainer_placeholderRule_notInTaskFragment()
725 mTransactionManager.startNewTransaction(); in testResolveActivityToContainer_placeholderRule_inTopMostTaskFragment()
759 mTransactionManager.startNewTransaction(); in testResolveActivityToContainer_placeholderRule_inSecondarySplit()
1084 mTransactionManager.startNewTransaction(); in testGetPlaceholderOptions()
1327 mTransactionManager.startNewTransaction(); in testLaunchPlaceholderIfNecessary_nonEmbeddedActivity()
1339 mTransactionManager.startNewTransaction(); in testLaunchPlaceholderIfNecessary_embeddedInTopTaskFragment()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java328 mTransactionManager = null;
702 mTransactionManager.addTransaction(transaction);
729 mTransactionManager.addTransaction(transaction);
785 mTransactionManager.addTransaction(transaction);
918 mTransactionManager.onHubReset();
1056 mTransactionManager.addTransaction(transaction);
1081 mTransactionManager.addTransaction(transaction);
1106 mTransactionManager.addTransaction(transaction);
1131 mTransactionManager.addTransaction(transaction);
1154 mTransactionManager.addTransaction(transaction);
[all …]
H A DContextHubClientBroker.java227 private final ContextHubTransactionManager mTransactionManager; field in ContextHubClientBroker
367 mTransactionManager = transactionManager; in ContextHubClientBroker()
774 ContextHubServiceTransaction transaction = mTransactionManager.createQueryTransaction( in checkNanoappPermsAsync()
776 mTransactionManager.addTransaction(transaction); in checkNanoappPermsAsync()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java113 final TransactionManager mTransactionManager; field in SplitController
161 mTransactionManager = new TransactionManager(mPresenter); in SplitController()
431 mTransactionManager.getCurrentTransactionRecord() in invalidateTopVisibleSplitAttributes()
554 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentAppeared()
591 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
598 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
604 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
610 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
1236 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentAppearEmptyTimeout()
1912 mTransactionManager.getCurrentTransactionRecord() in getPlaceholderOptions()
[all …]