Searched refs:checkOrder (Results 1 – 3 of 3) sorted by relevance
21 import static android.server.wm.activity.lifecycle.TransitionVerifier.checkOrder;91 checkOrder(mEventLog, expected))); in testSecondaryActivityLaunch_replacing()104 checkOrder(mEventLog, expected2))); in testSecondaryActivityLaunch_replacing()133 checkOrder(mEventLog, expected))); in testSecondaryActivityLaunch_nonReplacing()146 checkOrder(mEventLog, expected2))); in testSecondaryActivityLaunch_nonReplacing()173 checkOrder(mEventLog, expected))); in testSecondaryActivityLaunch_multiSplit()189 checkOrder(mEventLog, expected2))); in testSecondaryActivityLaunch_multiSplit()249 checkOrder(mEventLog, expected))); in testSplitFinish_secondaryWithDependent()314 checkOrder(mEventLog, expected))); in testSplitFinish_primaryWithDependent()
23 import static android.server.wm.activity.lifecycle.TransitionVerifier.checkOrder;140 checkOrder(mEventLog, expectedLifecycle))); in pinTopActivityStackAndVerifyLifecycle()
514 public static boolean checkOrder( in checkOrder() method in TransitionVerifier