Searched refs:getCurrentTransactionRecord (Results 1 – 3 of 3) sorted by relevance
96 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()
92 TransactionRecord getCurrentTransactionRecord() { in getCurrentTransactionRecord() method in TransactionManager
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()812 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentError()1236 mTransactionManager.getCurrentTransactionRecord() in onTaskFragmentAppearEmptyTimeout()1912 mTransactionManager.getCurrentTransactionRecord() in getPlaceholderOptions()1941 mTransactionManager.getCurrentTransactionRecord() in dismissPlaceholderIfNecessary()