Searched refs:ownerUserId (Results 1 – 2 of 2) sorted by relevance
56 final int ownerUserId = findRestrictedProfileParent(currentUserInfo); in newInstance() local60 return new RestrictedProfilePinStorage(lpu, ownerUserId, connection); in newInstance()64 RestrictedProfilePinStorage(LockPatternUtils lpu, int ownerUserId, in RestrictedProfilePinStorage() argument67 mOwnerUserId = ownerUserId; in RestrictedProfilePinStorage()208 final int ownerUserId; in findRestrictedProfileParent() local211 ownerUserId = currentUserInfo.id; in findRestrictedProfileParent()213 ownerUserId = UserHandle.USER_SYSTEM; in findRestrictedProfileParent()215 ownerUserId = currentUserInfo.restrictedProfileParentId; in findRestrictedProfileParent()218 return ownerUserId; in findRestrictedProfileParent()
5122 int ownerUserId = FileUtils.extractUserId(path); in insertFile() local5124 if (isAppCloneUserForFuse(ownerUserId)) { in insertFile()5125 values.put(FileColumns._USER_ID, ownerUserId); in insertFile()