Home
last modified time | relevance | path

Searched refs:otherActivity (Results 1 – 4 of 4) 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.java504 final ActivityRecord otherActivity = new ActivityBuilder(mAtm) in testConcurrentLaunches() local
510 onActivityLaunched(otherActivity); in testConcurrentLaunches()
514 setLastExpectedStartedId(otherActivity); in testConcurrentLaunches()
515 transitToDrawnAndVerifyOnLaunchFinished(otherActivity); in testConcurrentLaunches()
DTransparentPolicyTest.java475 final ActivityRecord otherActivity = mActivityStack.getFromTop(/* fromTop */ fromTop); in checkTopActivityHasInheritedBoundsFrom() local
476 final Rect opaqueBounds = otherActivity.getConfiguration().windowConfiguration in checkTopActivityHasInheritedBoundsFrom()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragmentOrganizerController.java943 @Nullable ActivityRecord otherActivity, in PendingTaskFragmentEvent() argument
953 mOtherActivity = otherActivity; in PendingTaskFragmentEvent()
1025 Builder setOtherActivity(@NonNull ActivityRecord otherActivity) { in setOtherActivity() argument
1026 mOtherActivity = otherActivity; in setOtherActivity()