/frameworks/base/core/java/android/content/pm/ |
D | UserInfo.java | 122 public boolean isManagedProfile() { in isManagedProfile() method in UserInfo 135 return !isManagedProfile() || SystemProperties.getBoolean("fw.show_hidden_users", false); in supportsSwitchTo()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 173 if (userInfo.isManagedProfile()) return userInfo.id; in getManagedProfile()
|
D | ResolverActivity.java | 405 boolean originIsManaged = originUserInfo != null ? originUserInfo.isManagedProfile() in setProfileSwitchMessageId() 407 boolean targetIsManaged = userManager.isManagedProfile(); in setProfileSwitchMessageId() 549 if (userInfo != null && userInfo.isManagedProfile()) { in hasManagedProfile() 1272 if (userManager.isManagedProfile()) { in rebuildList()
|
D | ChooserActivity.java | 721 if (userManager.isManagedProfile()) { in ChooserListAdapter()
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | BaseSettingsProviderTest.java | 62 if (!user.isPrimary() && !user.isManagedProfile()) { in setContext()
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 619 public boolean isManagedProfile() { in isManagedProfile() method in UserManager 621 return user != null ? user.isManagedProfile() : false; in isManagedProfile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 132 assertFalse(mUserManager.isManagedProfile()); in testAddManagedProfile()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1901 if (isManagedProfile(userHandle.getIdentifier())) { in manageNotification() 3392 boolean isManagedProfile = isManagedProfile(userHandle); in wipeDeviceOrUserLocked() 3395 } else if (isManagedProfile) { in wipeDeviceOrUserLocked() 4040 if (isManagedProfile(userHandle)) { in setKeyguardDisabledFeatures() 4074 if (user.isManagedProfile()) { in getKeyguardDisabledFeatures() 4092 if (userInfo.id == userHandle || !userInfo.isManagedProfile()) { in getKeyguardDisabledFeatures() 4719 if(isManagedProfile(userHandle)) { in enforceNotManagedProfile() 4733 private boolean isManagedProfile(int userHandle) { in isManagedProfile() method in DevicePolicyManagerService 4736 return mUserManager.getUserInfo(userHandle).isManagedProfile(); in isManagedProfile() 5017 if (user.isManagedProfile()) { in checkPackagesInPermittedListOrSystem() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 616 && !user.isManagedProfile()) { in addCall()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 1242 final boolean isManagedProfile = (flags & UserInfo.FLAG_MANAGED_PROFILE) != 0; in createUserInternal() 1254 if (isManagedProfile && !canAddMoreManagedProfiles()) { in createUserInternal() 1257 if (!isGuest && !isManagedProfile && isUserLimitReachedLocked()) { in createUserInternal() 1430 && user.isManagedProfile()) { in removeUser()
|
D | PackageManagerService.java | 16308 if (userInfo != null && userInfo.isManagedProfile()) { in userNeedsBadging()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 351 mManagedProfileFocused = user != null && user.isManagedProfile(); in profileChanged()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 998 if (userInfo != null && userInfo.isManagedProfile()) { in getUserBadgeForDensity() 1011 if (userInfo != null && userInfo.isManagedProfile()) { in getUserBadgedLabel() 2132 if (userInfo != null && userInfo.isManagedProfile()) { in getBadgeResIdForUser()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 863 if (info == null || info.isManagedProfile()) { in dispatchIntent()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 683 if (user.isManagedProfile()) { in hasNamedWallpaper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 398 if (user != null && user.isManagedProfile()) {
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 5124 if (!oldUser.isManagedProfile()) { in killBackgroundUserProcessesWithRecordAudioPermission()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 19738 if (userInfo.isManagedProfile()) { in switchUser() 19786 if (foreground && userInfo.isManagedProfile()) { in startUser()
|
/frameworks/base/api/ |
D | system-current.txt | 25602 method public boolean isManagedProfile();
|