Home
last modified time | relevance | path

Searched refs:functionalTest (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedInstrumentationImpl.java45 private boolean functionalTest; field in ParsedInstrumentationImpl
81 dest.writeBoolean(this.functionalTest); in writeToParcel()
89 this.functionalTest = in.readByte() != 0; in ParsedInstrumentationImpl()
126 boolean functionalTest) { in ParsedInstrumentationImpl() argument
130 this.functionalTest = functionalTest; in ParsedInstrumentationImpl()
152 return functionalTest; in isFunctionalTest()
163 functionalTest = value; in setFunctionalTest()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java122 public boolean functionalTest; field in InstrumentationInfo
145 functionalTest = orig.functionalTest; in InstrumentationInfo()
176 dest.writeInt((functionalTest == false) ? 0 : 1); in writeToParcel()
208 functionalTest = source.readInt() != 0; in InstrumentationInfo()
H A DPackageParser.java3371 a.info.functionalTest = sa.getBoolean( in parseInstrumentation()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java678 info.functionalTest = i.isFunctionalTest(); in generateInstrumentationInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt871 field public static final int functionalTest = 16842787; // 0x1010023
12028 field public boolean functionalTest;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75873 Lcom/android/internal/R$attr;->functionalTest:I