Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java78 private static Activity mTempActivity; field in ActivityLaunchUtils
292 mTempActivity = activityLauncher.launchActivity(); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
294 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
295 activityPackage.append(mTempActivity.getPackageName()); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
298 activityTitle.append(getActivityTitle(instrumentation, mTempActivity)); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
316 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
334 return (T) mTempActivity; in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()