Searched refs:ARG_PLANET_NUMBER (Results 1 – 2 of 2) sorted by relevance
215 public static final String ARG_PLANET_NUMBER = "planet_number"; field in NavigationDrawerActivity.PlanetFragment224 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position); in newInstance()233 int i = getArguments().getInt(ARG_PLANET_NUMBER); in onCreateView()
179 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position); in selectItem()220 public static final String ARG_PLANET_NUMBER = "planet_number"; field in MainActivity.PlanetFragment230 int i = getArguments().getInt(ARG_PLANET_NUMBER); in onCreateView()