Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/location/
DLocationPersonalSettings.java56 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
DLocationWorkProfileSettings.java57 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
DRecentLocationRequestSeeAllFragment.java51 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
DRecentLocationAccessSeeAllFragment.java55 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java291 final int profileType = convertAllowedIndexToProfileType(position); in onItemSelected() local
697 final int profileType = mTotalTypes.indexOf(typeString); in convertAllowedIndexToProfileType() local