Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/installedloadingprogess/deviceside/src/com/android/tests/loadingprogress/device/
DLoadingProgressTest.java94 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testReadAllBytes() local
95 for (String apkName : new File(apkDir).list()) { in testReadAllBytes()
96 final String apkPath = apkDir + "/" + apkName; in testReadAllBytes()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java346 String apkDir = matcher.group(1); in getOdexFilePath() local
348 String result = executeSuShellAdbCommand(1, "find", apkDir, "-name", "base.odex")[0]; in getOdexFilePath()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java1151 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testLoadingApks() local
1152 for (String apkName : new File(apkDir).list()) { in testLoadingApks()
1153 final String apkPath = apkDir + "/" + apkName; in testLoadingApks()