Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
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()
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.java55 final Bundle personalOnly = new Bundle(); in getFragments() local
56 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
58 personalFragment.setArguments(personalOnly); in getFragments()