Home
last modified time | relevance | path

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

/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppEntry.java30 private Intent mLaunchIntent; field in AppEntry
35 mLaunchIntent = new Intent(); in AppEntry()
36 mLaunchIntent.setComponent(new ComponentName(info.activityInfo.packageName, in AppEntry()
48 Intent getLaunchIntent() { return mLaunchIntent; } in getLaunchIntent()
51 return mLaunchIntent.getComponent(); in getComponentName()
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson4/
DLaunchActivityTest.java32 private Intent mLaunchIntent; field in LaunchActivityTest
43 mLaunchIntent = new Intent(getInstrumentation().getTargetContext(), in setUp()
54 startActivity(mLaunchIntent, null, null); in testPreconditions()
64 startActivity(mLaunchIntent, null, null); in testLaunchNextActivityButton_labelText()
74 startActivity(mLaunchIntent, null, null); in testNextActivityWasLaunchedWithIntent()