Searched refs:isSnapshotCompatible (Results 1 – 4 of 4) sorted by relevance
94 if (isSnapshotCompatible(windowInfo)) { in getSuggestedWindowType()109 private boolean isSnapshotCompatible(StartingWindowInfo windowInfo) { in isSnapshotCompatible() method in PhoneStartingWindowTypeAlgorithm
1801 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()1805 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()1822 assertTrue(secondActivity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()1825 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()
2089 if (isSnapshotCompatible(snapshot)) { in getStartingWindowType()2106 boolean isSnapshotCompatible(TaskSnapshot snapshot) { in isSnapshotCompatible() method in ActivityRecord
44070 HPLcom/android/server/wm/ActivityRecord;->isSnapshotCompatible(Landroid/window/TaskSnapshot;)Z+]Lco…