Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DVersionInfoTest.java24 import com.android.systemui.plugins.annotations.Requires;
88 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
92 @Requires(target = OverlayPlugin.class, version = 0)
96 @Requires(target = QS.class, version = QS.VERSION)
100 @Requires(target = QS.class, version = QS.VERSION)
101 @Requires(target = HeightListener.class, version = HeightListener.VERSION)
102 @Requires(target = DetailAdapter.class, version = DetailAdapter.VERSION)
DPluginInstanceManagerTest.java53 import com.android.systemui.plugins.annotations.Requires;
323 @Requires(target = PluginManagerTest.class, version = 1)
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DVersionInfo.java23 import com.android.systemui.plugins.annotations.Requires;
55 Requires requires = cls.getDeclaredAnnotation(Requires.class); in addClass()
61 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_core/src/com/android/systemui/plugins/annotations/
DRequirements.java26 Requires[] value(); in value()
DRequires.java30 public @interface Requires { annotation
/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
DPlugin.java16 import com.android.systemui.plugins.annotations.Requires;
/frameworks/native/opengl/specs/
DEGL_ANDROID_GLES_layers.txt35 Requires EGL 1.5 or EGL_EXT_client_extensions
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
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md60 These classes can be accessed by any plugin using PluginDependency as long as they @Requires them.
Dplugins.md101 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
/frameworks/base/cmds/statsd/src/
Datoms.proto3642 // Requires low latency monitoring if possible.