Searched refs:deliverToTopWait (Results 1 – 1 of 1) sorted by relevance
186 final WaitResult deliverToTopWait = new WaitResult(); in testReportWaitingActivityLaunchedIfNeeded() local187 mSupervisor.mWaitingActivityLaunched.add(deliverToTopWait); in testReportWaitingActivityLaunchedIfNeeded()192 assertEquals(deliverToTopWait.result, START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunchedIfNeeded()193 assertEquals(deliverToTopWait.who, firstActivity.realActivity); in testReportWaitingActivityLaunchedIfNeeded()