public class Instrumentation extends ManifestBase
attributes: android:functionalTest=["true" | "false"] android:handleProfiling=["true" | "false"] android:icon="drawable resource" android:label="string resource" android:name="string" android:targetPackage="string"
| Constructor and Description |
|---|
Instrumentation() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFunctionalTest() |
Boolean |
getHandleProfiling() |
String |
getIcon() |
String |
getLabel() |
String |
getName() |
String |
getTargetPackage() |
void |
setFunctionalTest(Boolean functionalTest) |
void |
setHandleProfiling(Boolean handleProfiling) |
void |
setIcon(String icon) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setTargetPackage(String targetPackage) |
getElements, setElementspublic Instrumentation()
public Boolean getFunctionalTest()
public void setFunctionalTest(Boolean functionalTest)
public Boolean getHandleProfiling()
public void setHandleProfiling(Boolean handleProfiling)
public String getTargetPackage()
public void setTargetPackage(String targetPackage)
Copyright © 2014. All Rights Reserved.