Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java95 protected static final String PLATFORM_DIR; field in RenderTestBase
115 PLATFORM_DIR = getPlatformDir();
116 if (PLATFORM_DIR == null) {
294 File data_dir = new File(PLATFORM_DIR, "data"); in beforeClass()
312 File buildProp = new File(PLATFORM_DIR, "build.prop"); in beforeClass()
/frameworks/layoutlib/remote/tests/src/
DRemoteBridgeTest.java72 File data_dir = new File(PLATFORM_DIR, "data"); in setupServer()
75 File buildProp = new File(PLATFORM_DIR, "build.prop"); in setupServer()