Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DActivityLauncher.java36 private final Intent mLaunchIntent; field in ActivityLauncher
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java171 private final LaunchIntent mLaunchIntent; field in LaunchSequence.ConsecutiveLaunch
220 private final LaunchIntent mLaunchIntent; field in LaunchSequence.RootLaunch
DPersistence.java330 private final LaunchIntent mLaunchIntent; field in Persistence.LaunchFromIntent
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java257 private Intent mLaunchIntent = new Intent(); field in BackgroundActivityTestBase.ActivityStartVerifier