Searched refs:PROPERTY_LIBRARY (Results 1 – 4 of 4) sorted by relevance
18 import static com.android.sdklib.internal.project.ProjectProperties.PROPERTY_LIBRARY;136 propertiesWorkingCopy.setProperty(PROPERTY_LIBRARY, "true"); in testSimpleAndroidLib()
132 mPropertiesWorkingCopy.setProperty(ProjectProperties.PROPERTY_LIBRARY, in performOk()
376 String value = mProperties.getProperty(ProjectProperties.PROPERTY_LIBRARY); in isLibrary()
20 import static com.android.sdklib.internal.project.ProjectProperties.PROPERTY_LIBRARY;848 properties.setProperty(PROPERTY_LIBRARY, Boolean.TRUE.toString()); in createEclipseProject() argument