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.java70 private static Activity mTempActivity; field in ActivityLaunchUtils
274 mTempActivity = activityLauncher.launchActivity(); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
276 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
277 activityPackage.append(mTempActivity.getPackageName()); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
280 activityTitle.append(getActivityTitle(instrumentation, mTempActivity)); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
289 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
305 return (T) mTempActivity; in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()