Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java171 private final LaunchIntent mLaunchIntent; field in LaunchSequence.ConsecutiveLaunch
177 mLaunchIntent = launchIntent; in ConsecutiveLaunch()
198 LaunchFromIntent intent = new LaunchFromIntent(mLaunchIntent, launchSite); in fold()
209 return mLaunchIntent; in getIntent()
220 private final LaunchIntent mLaunchIntent; field in LaunchSequence.RootLaunch
223 mLaunchIntent = launchIntent; in RootLaunch()
234 Lists.newArrayList(new LaunchFromIntent(mLaunchIntent, -1)), in fold()
240 return mLaunchIntent; in getIntent()
DPersistence.java324 private final LaunchIntent mLaunchIntent; field in Persistence.LaunchFromIntent
333 mLaunchIntent = fakeIntent; in LaunchFromIntent()
340 return mLaunchIntent.getActualIntent(); in getActualIntent()
350 return mLaunchIntent.mStartForResult; in startForResult()
355 return mLaunchIntent.toJson() in toJson()
386 return this.mLaunchIntent; in forget()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DActivityLauncher.java36 private final Intent mLaunchIntent; field in ActivityLauncher
42 mLaunchIntent = new Intent(context, activityClass); in ActivityLauncher()
58 return mActivityTestRule.launchActivity(mLaunchIntent); in launchActivity()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DActivityLauncher.java36 private final Intent mLaunchIntent; field in ActivityLauncher
42 mLaunchIntent = new Intent(context, activityClass); in ActivityLauncher()
58 return mActivityTestRule.launchActivity(mLaunchIntent); in launchActivity()