Searched refs:otherActivity (Results 1 – 2 of 2) sorted by relevance
74 LLOfButtons2 otherActivity = null; in testTouchModeFalseAcrossActivites() local76 otherActivity = in testTouchModeFalseAcrossActivites()78 assertNotNull(otherActivity); in testTouchModeFalseAcrossActivites()79 assertFalse(otherActivity.isInTouchMode()); in testTouchModeFalseAcrossActivites()81 if (otherActivity != null) { in testTouchModeFalseAcrossActivites()82 otherActivity.finish(); in testTouchModeFalseAcrossActivites()90 LLOfButtons2 otherActivity = null; in testTouchModeTrueAcrossActivites() local92 otherActivity = in testTouchModeTrueAcrossActivites()94 assertNotNull(otherActivity); in testTouchModeTrueAcrossActivites()95 assertTrue(otherActivity.isInTouchMode()); in testTouchModeTrueAcrossActivites()[all …]
433 final ActivityRecord otherActivity = new ActivityBuilder(mAtm) in testConcurrentLaunches() local439 onActivityLaunched(otherActivity); in testConcurrentLaunches()443 transitToDrawnAndVerifyOnLaunchFinished(otherActivity); in testConcurrentLaunches()