Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 25 of 105) sorted by relevance

12345

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjectView.java19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
DInjector.java21 import java.lang.annotation.Annotation;
76 for (Annotation annotation : field.getAnnotations()) { in inject()
77 if (annotation.annotationType().equals(InjectView.class)) { in inject()
80 int idValue = InjectView.class.cast(annotation).value(); in inject()
/development/tools/rmtypedefs/
DREADME.txt4 annotated with the @IntDef annotation (android.annotations.IntDef) or
5 the @StringDef annotation (android.annotations.StringDef).
12 annotation classes, since these are not needed (or desirable) in the
/development/samples/ApiDemos/tests/src/com/example/android/apis/
DApiDemosApplicationTests.java20 import android.test.suitebuilder.annotation.MediumTest;
21 import android.test.suitebuilder.annotation.SmallTest;
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
DLocalServiceTest.java27 import android.test.suitebuilder.annotation.MediumTest;
28 import android.test.suitebuilder.annotation.SmallTest;
/development/samples/ApiDemos/src/com/example/android/apis/inputmethod/
DHintLocales.java22 import android.support.annotation.NonNull;
23 import android.support.annotation.Nullable;
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DPermissionRequestFragment.java19 import android.annotation.SuppressLint;
21 import android.support.annotation.NonNull;
22 import android.support.annotation.Nullable;
/development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
DBottomSheetHideable.java22 import android.support.annotation.NonNull;
23 import android.support.annotation.Nullable;
DBottomSheetScrollView.java23 import android.support.annotation.Nullable;
DBottomSheetUsageBase.java23 import android.support.annotation.Nullable;
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DOverScrollerCompat.java19 import android.annotation.TargetApi;
DScaleGestureDetectorCompat.java19 import android.annotation.TargetApi;
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DAppCompatPreferenceActivity.java22 import android.support.annotation.LayoutRes;
23 import android.support.annotation.Nullable;
DAppCompatNightModeActivity.java23 import android.support.annotation.Nullable;
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DInstructionFragment.java21 import android.support.annotation.Nullable;
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDiscoveryFragment.java21 import android.support.annotation.Nullable;
DAssetFragment.java22 import android.support.annotation.Nullable;
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
DLoggingActivity.java28 import android.support.annotation.ColorRes;
29 import android.support.annotation.StringRes;
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/
DMorseCodeConverterTest.java20 import android.test.suitebuilder.annotation.SmallTest;
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DRuntimePermissionsFragment.java21 import android.support.annotation.Nullable;
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
DVideoSurfaceFragment.java19 import android.support.annotation.Nullable;
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFacePermissionActivity.java6 import android.support.annotation.NonNull;
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DUtils.java19 import android.annotation.TargetApi;
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
DAuthenticatorActivityTest.java23 import android.test.suitebuilder.annotation.SmallTest;
/development/tools/apkcheck/
DREADME.txt100 (3) Public annotation methods are not listed
103 and "implements java.lang.annotation.Annotation". It is not possible
104 to verify that a method call on an annotation is valid.
107 to be an annotation (extends Object, implements Annotation, defines no
173 Another example is the Dalvik annotation classes, like
174 dalvik.annotation.InnerClass. These are emitted by "dx", and referenced

12345