Searched refs:profileDir (Results 1 – 2 of 2) sorted by relevance
199 File profileDir = Environment.getDataProfilesDePackageDirectory(userId, packageName); in getCurrentProfilePath() local200 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getCurrentProfilePath()209 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getReferenceProfilePath() local210 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getReferenceProfilePath()222 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getProfileSnapshotFileForName() local223 return new File(profileDir, profileName + ".snapshot"); in getProfileSnapshotFileForName()
544 final File profileDir = getServices().addUser(profileUserId, 0, in preparePo() local549 (new File(profileDir, "device_policies.xml")).getAbsoluteFile()); in preparePo()551 (new File(profileDir, "profile_owner.xml")).getAbsoluteFile()); in preparePo()