Home
last modified time | relevance | path

Searched refs:profileDir (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java199 File profileDir = Environment.getDataProfilesDePackageDirectory(userId, packageName); in getCurrentProfilePath() local
200 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getCurrentProfilePath()
209 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getReferenceProfilePath() local
210 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getReferenceProfilePath()
222 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getProfileSnapshotFileForName() local
223 return new File(profileDir, profileName + ".snapshot"); in getProfileSnapshotFileForName()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java544 final File profileDir = getServices().addUser(profileUserId, 0, in preparePo() local
549 (new File(profileDir, "device_policies.xml")).getAbsoluteFile()); in preparePo()
551 (new File(profileDir, "profile_owner.xml")).getAbsoluteFile()); in preparePo()