Home
last modified time | relevance | path

Searched defs: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
90 LLOfButtons2 otherActivity = null; in testTouchModeTrueAcrossActivites() local
108 LLOfButtons2 otherActivity = null; in testTouchModeChangedInOtherActivity() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java504 final ActivityRecord otherActivity = new ActivityBuilder(mAtm) in testConcurrentLaunches() local
DTransparentPolicyTest.java475 final ActivityRecord otherActivity = mActivityStack.getFromTop(/* fromTop */ fromTop); in checkTopActivityHasInheritedBoundsFrom() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragmentOrganizerController.java943 @Nullable ActivityRecord otherActivity, in PendingTaskFragmentEvent()
1025 Builder setOtherActivity(@NonNull ActivityRecord otherActivity) { in setOtherActivity()