Searched refs:isSnapshotCompatible (Results 1 – 2 of 2) sorted by relevance
2007 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()2012 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()2032 assertTrue(secondActivity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()2035 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()2055 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTaskSizeChanged()2061 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTaskSizeChanged()2073 assertTrue(activity.isSnapshotCompatible(rotatedSnapshot)); in testIsSnapshotCompatibleTaskSizeChanged()
2566 if (topAttached.isSnapshotCompatible(snapshot) in getStartingWindowType()2585 if (isSnapshotCompatible(snapshot)) { in getStartingWindowType()2604 boolean isSnapshotCompatible(TaskSnapshot snapshot) { in isSnapshotCompatible() method in ActivityRecord