Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/graphics/tests/
DSkiaTest.java57 private String mNativeTestDevicePath = DEFAULT_NATIVETEST_PATH; field in SkiaTest
93 String fullPath = mNativeTestDevicePath + "/" + mSkiaApp + "/" + mSkiaApp; in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java50 private String mNativeTestDevicePath = DEFAULT_NATIVETEST_PATH; field in GTest
109 StringBuilder testPath = new StringBuilder(mNativeTestDevicePath); in getTestPath()