Home
last modified time | relevance | path

Searched refs:suppress (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
DSuppressedTest.java17 package android.test.suitebuilder.examples.suppress;
DPartiallySuppressedTest.java17 package android.test.suitebuilder.examples.suppress;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestSuiteBuilderTest.java22 import android.test.suitebuilder.examples.suppress.SuppressedTest;
/frameworks/base/core/java/android/os/
DStrictMode.java938 final boolean suppress = SystemProperties.getBoolean(DISABLE_PROPERTY, false); in conditionallyEnableDebugLogging()
942 if (!doFlashes && (IS_USER_BUILD || suppress)) { in conditionallyEnableDebugLogging()
/frameworks/base/docs/html/tools/debugging/
Dimproving-w-lint.jd191 <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…
/frameworks/base/docs/html/tools/help/
Dlint.jd148 …{@code --help &lt;topic&gt;} to see help information for a specific topic, such as "suppress".</td>
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd180 "actionSearch"} or suppress the default behavior by using the {@code "actionNone"} action.</p>
/frameworks/base/core/java/android/view/
DViewGroup.java5256 public void suppressLayout(boolean suppress) { in suppressLayout() argument
5257 mSuppressLayout = suppress; in suppressLayout()
5258 if (!suppress) { in suppressLayout()
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd648 <li>Added ability to suppress Lint warnings in Java code with the new
656 to suppress warnings when the code is wrapped in a system version condition.
Declipse-adt.jd1025 <li>Added the ability to suppress rendering fidelity warnings (<a