Home
last modified time | relevance | path

Searched refs:personalOnly (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectRecentLocationAccessFragment.java37 final Bundle personalOnly = new Bundle(); in getFragments() local
38 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
40 personalFragment.setArguments(personalOnly); in getFragments()
DProfileSelectRecentLocationRequestFragment.java37 final Bundle personalOnly = new Bundle(); in getFragments() local
38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
40 personalFragment.setArguments(personalOnly); in getFragments()
DProfileSelectLocationServicesFragment.java38 final Bundle personalOnly = new Bundle(); in getFragments() local
39 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
41 personalFragment.setArguments(personalOnly); in getFragments()
DProfileSelectManageApplications.java37 final Bundle personalOnly = getArguments() != null ? getArguments() : new Bundle(); in getFragments() local
38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
40 personalFragment.setArguments(personalOnly); in getFragments()
DProfileSelectLocationFragment.java54 final Bundle personalOnly = new Bundle(); in getFragments() local
55 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
57 personalFragment.setArguments(personalOnly); in getFragments()