Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java298 private boolean mIsPrivateProfileOnly; field in ManageApplications
382 mIsPrivateProfileOnly = args != null && args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in onCreate()
666 if (mIsPrivateProfileOnly) { in setCompositeFilter()
674 if (mIsPersonalOnly || !(mIsWorkOnly || mIsPrivateProfileOnly)) { in setCompositeFilter()