Searched refs:mProfileType (Results 1 – 4 of 4) sorted by relevance
89 private @ProfileType int mProfileType; field in StorageCategoryFragment167 mProfileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach()168 mUserId = Utils.getCurrentUserIdOfType(mUserManager, mProfileType); in onAttach()233 if (mProfileType == ProfileSelectFragment.ProfileType.WORK) { in getMetricsCategory()235 } else if (mProfileType == ProfileSelectFragment.ProfileType.PRIVATE) { in getMetricsCategory()256 null /* volume */, new StorageManagerVolumeProvider(sm), mProfileType); in createPreferenceControllers()259 mNonCurrentUsers = mProfileType == ProfileSelectFragment.ProfileType.PERSONAL in createPreferenceControllers()
158 private final int mProfileType; field in StorageItemPreferenceController183 mProfileType = profileType; in StorageItemPreferenceController()203 return Utils.getCurrentUserIdOfType(mUserManager, mProfileType); in getCurrentUserId()276 && mProfileType == ProfileSelectFragment.ProfileType.PERSONAL); in setVolume()380 if (mProfileType == ProfileSelectFragment.ProfileType.WORK in setUserId()386 if (mProfileType == ProfileSelectFragment.ProfileType.PRIVATE in setUserId()574 if (mProfileType == ProfileSelectFragment.ProfileType.WORK) { in getWorkAnnotatedBundle()576 } else if (mProfileType == ProfileSelectFragment.ProfileType.PRIVATE) { in getWorkAnnotatedBundle()
281 protected ProfileType mProfileType; field in ChooseLockPassword.ChooseLockPasswordFragment485 mProfileType = getProfileType(); in onCreate()632 getContext(), mIsAlphaMode, getStageType(), mProfileType); in onViewCreated()968 mProfileType)); in updateUi() local
2634 private final int mProfileType; field in UwbSessionManager.UwbSession2696 this.mProfileType = convertProtolNameToProfileType(protocolName); in UwbSession()3361 return mProfileType; in getProfileType()