Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerServiceTest.java169 String[] appdir = {"app", "priv-app"}; in testPartitions() local
173 for (int j = 0; j < appdir.length; j++) { in testPartitions()
174 File path = new File(String.format("%s/%s/A.apk", partitions[i], appdir[j])); in testPartitions()