Home
last modified time | relevance | path

Searched refs:mLaunchIntent (Results 1 – 3 of 3) 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.java330 private final LaunchIntent mLaunchIntent; field in Persistence.LaunchFromIntent
339 mLaunchIntent = fakeIntent; in LaunchFromIntent()
346 return mLaunchIntent.getActualIntent(); in getActualIntent()
356 return mLaunchIntent.mStartForResult; in startForResult()
361 return mLaunchIntent.toJson() in toJson()
392 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()