Home | History | Annotate | Download | only in pm

Lines Matching defs:srcPath

376             String srcPath = srcDir.getParent();
386 assertTrue("The APK path (" + srcPath + ") should start with "
388 srcPath.startsWith(SECURE_CONTAINERS_PREFIX));
397 assertEquals(srcPath, appInstallPath);
427 assertTrue("The APK path (" + srcPath + ") should start with "
428 + SECURE_CONTAINERS_PREFIX, srcPath.startsWith(SECURE_CONTAINERS_PREFIX));