Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java78 private UserHandle mPersonalProfile; field in InteractAcrossProfilesDetails
96 mPersonalProfile = mUserManager.getProfileParent(mWorkProfile); in onCreate()
98 mInstalledInPersonal = isPackageInstalled(mPackageName, mPersonalProfile.getIdentifier()); in onCreate()
119 addAppTitleAndIcons(mPersonalProfile, mWorkProfile); in onCreate()
350 mContext.startActivityAsUser(mInstallAppIntent, mPersonalProfile); in handleInstallBannerClick()