Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallApexModuleTargetPreparerTest.java219 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupSuccess_removeExistingStagedApexSuccess()
252 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupSuccess_noDataUnderApexDataDirs()
276 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupSuccess_getActivatedPackageSuccess()
342 mInstallApexModuleTargetPreparer.addTestFileName(APK_NAME); in testSetupFail_getActivatedPackageSuccessThrowModuleNotPreloaded()
372 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupFail_getActivatedPackageFail()
407 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupFail_apexActivationFailPackageNameWrong()
449 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupFail_apexActivationFailVersionWrong()
491 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupFail_apexActivationFailSourceDirWrong()
533 mInstallApexModuleTargetPreparer.addTestFileName(APEX_NAME); in testSetupSuccess_activatedSuccessOnQ()
564 mInstallApexModuleTargetPreparer.addTestFileName(APK_NAME); in testSetupAndTearDown_SingleApk()
[all …]
DTestFilePushSetupTest.java112 testFilePushSetup.addTestFileName(file); in testSetup()
141 setup.addTestFileName("file-not-in-test-zip"); in testThrowIfNotFound()
163 setup.addTestFileName("file-not-in-test-zip"); in testThrowIfNotFound_false()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java150 installer.addTestFileName(apkFileName); in installPackage()
200 installer.addTestFileName(apkFileName); in installPackageAsUser()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DMainlineModuleHandler.java91 mainlineModuleInstaller.addTestFileName( in createMainlineModuleInstaller()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DTestSystemAppInstallSetup.java53 public void addTestFileName(String fileName) { in addTestFileName() method in TestSystemAppInstallSetup
DCrashCollector.java94 addTestFileName(mCrashCollectorPath); in setUp()
DTestFilePushSetup.java66 protected void addTestFileName(String fileName) { in addTestFileName() method in TestFilePushSetup
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java179 public void addTestFileName(String fileName) { in addTestFileName() method in TestAppInstallSetup