Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DTransactionManagerTest.java96 mTransactionManager.getCurrentTransactionRecord().abort(); in testSetTransactionOriginType()
117 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord()
123 assertSame(transactionRecord, mTransactionManager.getCurrentTransactionRecord()); in testGetCurrentTransactionRecord()
127 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord()
131 assertNotEquals(transactionRecord, mTransactionManager.getCurrentTransactionRecord()); in testGetCurrentTransactionRecord()
134 mTransactionManager.getCurrentTransactionRecord().apply( in testGetCurrentTransactionRecord()
136 assertThrows(IllegalStateException.class, mTransactionManager::getCurrentTransactionRecord); in testGetCurrentTransactionRecord()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTransactionManager.java92 TransactionRecord getCurrentTransactionRecord() { in getCurrentTransactionRecord() method in TransactionManager
H A DSplitController.java431 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()
812 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentError()
1236 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentAppearEmptyTimeout()
1912 mTransactionManager.getCurrentTransactionRecord() in getPlaceholderOptions()
1941 mTransactionManager.getCurrentTransactionRecord() in dismissPlaceholderIfNecessary()