Searched refs:mandatory (Results 1 – 6 of 6) sorted by relevance
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PropertyCheck.java | 33 mandatory = true) 37 mandatory = true)
|
D | ApkInstrumentationPreparer.java | 47 @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)
|
D | PackageDisabler.java | 33 @Option(name = "package", description = "Name of the package", mandatory = true)
|
D | DynamicConfigPusher.java | 59 "configurations, or the suite name for suite-level configurations", mandatory = true) 63 mandatory = true)
|
/cts/suite/audio_quality/lib/include/task/ |
D | ModelBuilder.h | 47 bool mandatory; // whether the child is mandatory or not member
|
/cts/suite/audio_quality/lib/src/task/ |
D | ModelBuilder.cpp | 117 mandatoryAbsence[i] = childTable[i].mandatory; in parseGeneric() 140 if (childTable[j].mandatory) { in parseGeneric()
|