Searched refs:personalOnly (Results 1 – 5 of 5) sorted by relevance
37 final Bundle personalOnly = new Bundle(); in getFragments() local38 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()40 personalFragment.setArguments(personalOnly); in getFragments()
37 final Bundle personalOnly = new Bundle(); in getFragments() local38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()40 personalFragment.setArguments(personalOnly); in getFragments()
38 final Bundle personalOnly = new Bundle(); in getFragments() local39 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()41 personalFragment.setArguments(personalOnly); in getFragments()
37 final Bundle personalOnly = getArguments() != null ? getArguments() : new Bundle(); in getFragments() local38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()40 personalFragment.setArguments(personalOnly); in getFragments()
54 final Bundle personalOnly = new Bundle(); in getFragments() local55 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()57 personalFragment.setArguments(personalOnly); in getFragments()