Searched refs:mDeviceOwnerUserId (Results 1 – 4 of 4) sorted by relevance
43 private int mDeviceOwnerUserId; field in ProtectedPackages75 mDeviceOwnerUserId = deviceOwnerUserId; in setDeviceAndProfileOwnerPackages()97 if ((mDeviceOwnerUserId == userId) in hasDeviceOwnerOrProfileOwner()111 if (mDeviceOwnerUserId == userId) { in getDeviceOwnerOrProfileOwnerPackage()
391 private int mDeviceOwnerUserId = UserHandle.USER_NULL; field in UserManagerService1909 mDeviceOwnerUserId = originatingUserId; in setDevicePolicyUserRestrictionsInner()1911 if (mDeviceOwnerUserId == originatingUserId) { in setDevicePolicyUserRestrictionsInner()1916 mDeviceOwnerUserId = UserHandle.USER_NULL; in setDevicePolicyUserRestrictionsInner()2154 restrictionKey, mDeviceOwnerUserId)); in getUserRestrictionSources()2158 mDeviceOwnerUserId)); in getUserRestrictionSources()2702 mDeviceOwnerUserId = in readUserListLP()2703 parser.getAttributeInt(null, ATTR_ID, mDeviceOwnerUserId); in readUserListLP()2793 && mDeviceOwnerUserId != UserHandle.USER_NULL) { in upgradeIfNecessaryLP()2795 mDeviceOwnerUserId, oldGlobalUserRestrictions); in upgradeIfNecessaryLP()[all …]
138 private int mDeviceOwnerUserId = UserHandle.USER_NULL; field in Owners240 mDeviceOwnerUserId, (mDeviceOwner != null ? mDeviceOwner.packageName : null), in pushToPackageManagerLocked()269 mDeviceOwnerUserId); in getDeviceOwnerUidLocked()283 return mDeviceOwnerUserId; in getDeviceOwnerUserId()293 return Pair.create(mDeviceOwnerUserId, mDeviceOwner.admin); in getDeviceOwnerUserIdAndComponent()345 mDeviceOwnerUserId = userId; in setDeviceOwnerWithRestrictionsMigrated()365 mDeviceOwnerUserId = UserHandle.USER_NULL; in clearDeviceOwner()483 owners.add(new OwnerDto(mDeviceOwnerUserId, mDeviceOwner.admin, in listAllOwners()563 return mDeviceOwner != null && mDeviceOwnerUserId == userId; in isDeviceOwnerUserId()721 mDeviceOwnerUserId = UserHandle.USER_SYSTEM; in readLegacyOwnerFileLocked()[all …]
62 int mDeviceOwnerUserId; field in PolicyVersionUpgraderTest.FakePolicyUpgraderDataProvider72 return userId == mDeviceOwnerUserId && mDeviceOwnerComponent.equals(who); in isDeviceOwner()179 mProvider.mDeviceOwnerUserId = ownerUser; in testUpgrade1To2MarksDoForPermissionControl()