Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DTransactionManagerTest.java99 mTransactionManager.getCurrentTransactionRecord().abort(); in testSetTransactionOriginType()
120 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord()
126 assertSame(transactionRecord, mTransactionManager.getCurrentTransactionRecord()); in testGetCurrentTransactionRecord()
130 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord()
134 assertNotEquals(transactionRecord, mTransactionManager.getCurrentTransactionRecord()); in testGetCurrentTransactionRecord()
137 mTransactionManager.getCurrentTransactionRecord().apply( in testGetCurrentTransactionRecord()
139 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTransactionManager.java94 TransactionRecord getCurrentTransactionRecord() { in getCurrentTransactionRecord() method in TransactionManager
DSplitController.java548 mTransactionManager.getCurrentTransactionRecord() in invalidateTopVisibleSplitAttributes()
746 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentAppeared()
784 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
791 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
797 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
803 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentInfoChanged()
1088 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentError()
1563 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentAppearEmptyTimeout()
2273 mTransactionManager.getCurrentTransactionRecord() in getPlaceholderOptions()
2305 mTransactionManager.getCurrentTransactionRecord() in dismissPlaceholderIfNecessary()