Home
last modified time | relevance | path

Searched refs:SuppressLint (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java19 import android.annotation.SuppressLint;
45 @SuppressLint("InlinedApi")
52 @SuppressLint("InlinedApi")
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java22 import android.annotation.SuppressLint;
54 @SuppressLint("NewApi")
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java19 import android.annotation.SuppressLint;
46 @SuppressLint("InlinedApi")
53 @SuppressLint("InlinedApi")
/frameworks/base/core/java/android/annotation/
DSuppressLint.java32 public @interface SuppressLint { annotation
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DMonthAdapter.java19 import android.annotation.SuppressLint;
167 @SuppressLint("NewApi")
DDayPickerView.java19 import android.annotation.SuppressLint;
465 @SuppressLint("NewApi")
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java19 import android.annotation.SuppressLint;
37 @SuppressLint("FloatMath")
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java19 import android.annotation.SuppressLint;
201 @SuppressLint("NewApi")
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DSetupWizardLayout.java19 import android.annotation.SuppressLint;
377 @SuppressLint("RtlHardcoded")
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java21 import android.annotation.SuppressLint;
776 @SuppressLint("NewApi")
/frameworks/base/docs/html/tools/debugging/
Dimproving-w-lint.jd215 …or a Java class or method in your Android project, add the <code>&#64;SuppressLint</code> annotati…
218 &#64;SuppressLint("NewApi")
226 &#64;SuppressLint("ParserError")
231 &#64;SuppressLint("all")
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialog.java26 import android.annotation.SuppressLint;
351 @SuppressLint("InflateParams")
370 @SuppressLint("ClickableViewAccessibility") in initRow()
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd199 &#64;SuppressLint("InlinedApi")
234 <code>@SuppressLint("InlinedApi")</code> before the definition of <code>FROM_COLUMNS</code>.
334 &#64;SuppressLint("InlinedApi")
374 &#64;SuppressLint("InlinedApi")
601 &#64;SuppressLint("InlinedApi")
/frameworks/base/media/java/android/media/tv/
DTvInputService.java21 import android.annotation.SuppressLint;
1587 @SuppressLint("HandlerLeak")
/frameworks/base/docs/html/tools/help/
Dlint.jd184 …sable {@code lint} checking for a specific Java class or method, use the <code>@SuppressLint</code>
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd1511 {@code @SuppressLint} annotation, and in XML files with the new tools: namespace and
/frameworks/base/docs/html/
Dsitemap.txt3962 http://developer.android.com/reference/android/annotation/SuppressLint.html
/frameworks/base/api/
Dcurrent.txt3155 public abstract class SuppressLint implements java.lang.annotation.Annotation {
Dsystem-current.txt3254 public abstract class SuppressLint implements java.lang.annotation.Annotation {