Searched refs:EXTRA_ACTIVITY_LAYOUT (Results 1 – 4 of 4) sorted by relevance
37 public static final String EXTRA_ACTIVITY_LAYOUT = "activityLayout"; field in SingleFragmentTestActivity69 setContentView(intent.getIntExtra(EXTRA_ACTIVITY_LAYOUT, R.layout.single_fragment)); in onCreate()
34 public static final String EXTRA_ACTIVITY_LAYOUT = "activityLayout"; field in SingleSupportFragmentTestActivity66 setContentView(intent.getIntExtra(EXTRA_ACTIVITY_LAYOUT, R.layout.single_fragment)); in onCreate()
77 intent.putExtra(SingleFragmentTestActivity.EXTRA_ACTIVITY_LAYOUT, in collect()
74 intent.putExtra(SingleSupportFragmentTestActivity.EXTRA_ACTIVITY_LAYOUT, in collect()