Home
last modified time | relevance | path

Searched refs:otherActivity (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DChangeTouchModeTest.java74 LLOfButtons2 otherActivity = null; in testTouchModeFalseAcrossActivites() local
76 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() local
92 otherActivity = in testTouchModeTrueAcrossActivites()
94 assertNotNull(otherActivity); in testTouchModeTrueAcrossActivites()
95 assertTrue(otherActivity.isInTouchMode()); in testTouchModeTrueAcrossActivites()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java433 final ActivityRecord otherActivity = new ActivityBuilder(mAtm) in testConcurrentLaunches() local
439 onActivityLaunched(otherActivity); in testConcurrentLaunches()
443 transitToDrawnAndVerifyOnLaunchFinished(otherActivity); in testConcurrentLaunches()