Searched refs:profileDir (Results 1 – 3 of 3) sorted by relevance
199 File profileDir = Environment.getDataProfilesDePackageDirectory(userId, packageName); in getCurrentProfilePath() local200 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getCurrentProfilePath()212 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getProfileSnapshotFileForName() local213 return new File(profileDir, profileName + ".snapshot"); in getProfileSnapshotFileForName()
520 final File profileDir = getServices().addUser(profileUserId, 0, in preparePo() local525 (new File(profileDir, "device_policies.xml")).getAbsoluteFile()); in preparePo()527 (new File(profileDir, "profile_owner.xml")).getAbsoluteFile()); in preparePo()
586 File profileDir = Environment.getDataProfilesDePackageDirectory( in prepareSystemServerProfile() local588 String profilePath = new File(profileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()