Home
last modified time | relevance | path

Searched refs:getProduct (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiImpl.java40 mOptions.getProduct() + '-' + mOptions.getVariant()).toString(); in getWorkDirPath()
DOptions.java40 public String getProduct() { in getProduct() method in Options
/build/make/tools/product_config/test/com/android/build/config/
DOptionsTest.java132 Assert.assertEquals("test_product", options.getProduct()); in testEnv()