Searched refs:mLaunchIntent (Results 1 – 2 of 2) sorted by relevance
30 private Intent mLaunchIntent; field in AppEntry35 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()
32 private Intent mLaunchIntent; field in LaunchActivityTest43 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()