Home
last modified time | relevance | path

Searched refs:EXTRA_PROFILE (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/
DProfileSelectLocationFragmentTest.java19 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()
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectRecentLocationAccessFragment.java33 workOnly.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()
38 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
DProfileSelectRecentLocationRequestFragment.java33 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()
38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
DProfileSelectLocationServicesFragment.java34 workOnly.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()
39 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
DProfileSelectManageApplications.java33 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()
38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
DProfileSelectLocationFragment.java50 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()
55 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
DProfileSelectStorageFragment.java194 workBundle.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()
199 personalBundle.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
DProfileSelectFragment.java88 public static final String EXTRA_PROFILE = "profile"; field in ProfileSelectFragment
/packages/apps/Settings/src/com/android/settings/location/
DLocationPersonalSettings.java56 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
DLocationWorkProfileSettings.java57 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
DRecentLocationRequestSeeAllFragment.java51 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
DRecentLocationAccessSeeAllFragment.java55 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageCategoryFragment.java157 mIsWorkProfile = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE) in onAttach()
/packages/apps/Settings/src/com/android/settings/
DUtils.java1157 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()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java340 mIsPersonalOnly = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in onCreate()
342 mIsWorkOnly = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in onCreate()