Searched refs:profileOwner (Results 1 – 3 of 3) sorted by relevance
120 ComponentName profileOwner = mDevicePolicyManager.getProfileOwnerAsUser(userId); in addManagedProfileTasks() local121 if (profileOwner == null) { in addManagedProfileTasks()129 .setDeviceAdminComponentName(profileOwner) in addManagedProfileTasks()
177 final ComponentName profileOwner = mDpm.getProfileOwnerAsUser(userId); in getMaximumFailedPasswordsBeforeWipeInManagedProfile() local178 if (profileOwner == null) { in getMaximumFailedPasswordsBeforeWipeInManagedProfile()181 return mDpm.getMaximumFailedPasswordsForWipe(profileOwner, userId); in getMaximumFailedPasswordsBeforeWipeInManagedProfile()
325 ComponentName profileOwner = mProfileOwnerComponents.get(getUserId(item)); in isProfileOwner() local326 return item.getComponent().equals(profileOwner); in isProfileOwner()