Searched refs:mTempActivity (Results 1 – 1 of 1) sorted by relevance
78 private static Activity mTempActivity; field in ActivityLaunchUtils292 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()