Searched refs:getCurrentTransactionRecord (Results 1 – 3 of 3) sorted by relevance
99 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()
94 TransactionRecord getCurrentTransactionRecord() { in getCurrentTransactionRecord() method in TransactionManager
548 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()