Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 6 of 6) sorted by relevance

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheck.java33 mandatory = true)
37 mandatory = true)
DApkInstrumentationPreparer.java47 @Option(name = "apk", description = "Name of the apk to instrument", mandatory = true)
50 @Option(name = "package", description = "Name of the package", mandatory = true)
57 @Option(name = "when", description = "When to instrument the apk", mandatory = true)
DPackageDisabler.java33 @Option(name = "package", description = "Name of the package", mandatory = true)
DDynamicConfigPusher.java59 "configurations, or the suite name for suite-level configurations", mandatory = true)
63 mandatory = true)
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h47 bool mandatory; // whether the child is mandatory or not member
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp117 mandatoryAbsence[i] = childTable[i].mandatory; in parseGeneric()
140 if (childTable[j].mandatory) { in parseGeneric()