Searched refs:suppress (Results 1 – 10 of 10) sorted by relevance
17 package android.test.suitebuilder.examples.suppress;
22 import android.test.suitebuilder.examples.suppress.SuppressedTest;
938 final boolean suppress = SystemProperties.getBoolean(DISABLE_PROPERTY, false); in conditionallyEnableDebugLogging()942 if (!doFlashes && (IS_USER_BUILD || suppress)) { in conditionallyEnableDebugLogging()
191 <p>To suppress checking for all {@code lint} issues in the Java file, use the {@code all} keyword, …216 <p>To suppress checking for all {@code lint} issues in the XML element, use the {@code all} keyword…
148 …{@code --help <topic>} to see help information for a specific topic, such as "suppress".</td>
180 "actionSearch"} or suppress the default behavior by using the {@code "actionNone"} action.</p>
5256 public void suppressLayout(boolean suppress) { in suppressLayout() argument5257 mSuppressLayout = suppress; in suppressLayout()5258 if (!suppress) { in suppressLayout()
648 <li>Added ability to suppress Lint warnings in Java code with the new656 to suppress warnings when the code is wrapped in a system version condition.
1025 <li>Added the ability to suppress rendering fidelity warnings (<a