Home
last modified time | relevance | path

Searched refs:Requires (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
DVersionInfoTest.java24 import com.android.systemui.plugins.annotations.Requires;
87 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
91 @Requires(target = OverlayPlugin.class, version = 0)
95 @Requires(target = QS.class, version = QS.VERSION)
99 @Requires(target = QS.class, version = QS.VERSION)
100 @Requires(target = HeightListener.class, version = HeightListener.VERSION)
101 @Requires(target = DetailAdapter.class, version = DetailAdapter.VERSION)
DPluginInstanceManagerTest.java32 import com.android.systemui.plugins.annotations.Requires;
285 @Requires(target = PluginManagerTest.class, version = 1)
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DVersionInfo.java21 import com.android.systemui.plugins.annotations.Requires;
53 Requires requires = cls.getDeclaredAnnotation(Requires.class); in addClass()
59 for (Requires r : requirements.value()) { in addClass()
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
DSampleOverlayPlugin.java27 import com.android.systemui.plugins.annotations.Requires;
29 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/annotations/
DRequirements.java26 Requires[] value(); in value()
DRequires.java30 public @interface Requires { annotation
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DPlugin.java16 import com.android.systemui.plugins.annotations.Requires;
/frameworks/av/services/soundtrigger/
DAndroid.mk21 $(error Requires building with USE_LEGACY_LOCAL_AUDIO_HAL=true)
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt31 Requires EGL 1.2
DEGL_ANDROID_get_native_client_buffer.txt31 Requires EGL 1.2.
DEGL_ANDROID_framebuffer_target.txt31 Requires EGL 1.0
DEGL_ANDROID_presentation_time.txt33 Requires EGL 1.1
DEGL_ANDROID_recordable.txt31 Requires EGL 1.0
DEGL_ANDROID_blob_cache.txt31 Requires EGL 1.0
DEGL_ANDROID_get_frame_timestamps.txt39 Requires EGL 1.2
DEGL_ANDROID_native_fence_sync.txt31 Requires EGL 1.1