Searched refs:EXTRA_PROFILE (Results 1 – 15 of 15) sorted by relevance
19 import static com.android.settings.dashboard.profileselector.ProfileSelectFragment.EXTRA_PROFILE;44 EXTRA_PROFILE, -1)).isEqualTo(ProfileSelectFragment.ProfileType.PERSONAL); in getFragments_containsCorrectBundle()46 EXTRA_PROFILE, -1)).isEqualTo(ProfileSelectFragment.ProfileType.WORK); in getFragments_containsCorrectBundle()
33 workOnly.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()38 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
33 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
34 workOnly.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()39 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
50 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()55 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
194 workBundle.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()199 personalBundle.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
88 public static final String EXTRA_PROFILE = "profile"; field in ProfileSelectFragment
56 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
57 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
51 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
55 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
157 mIsWorkProfile = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE) in onAttach()
1157 final boolean isPersonal = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in getTargetFragment()1159 final boolean isWork = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in getTargetFragment()
340 mIsPersonalOnly = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in onCreate()342 mIsWorkOnly = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in onCreate()