Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DCustomPvmfwHostTestCaseBase.java63 public static final String CUSTOM_PVMFW_IMG_PATH = TRADEFED_TEST_ROOT + PVMFW_FILE_NAME; field in CustomPvmfwHostTestCaseBase
100 setPropertyOrThrow(mAndroidDevice, CUSTOM_PVMFW_IMG_PATH_PROP, CUSTOM_PVMFW_IMG_PATH); in setUp()
DDebugPolicyHostTests.java239 getDevice().pushFile(getCustomPvmfwFile(), CUSTOM_PVMFW_IMG_PATH); in tryLaunchProtectedNonDebuggableVm() local