Home
last modified time | relevance | path

Searched refs:ProvidesInterface (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActionsPanelPlugin.java25 import com.android.systemui.plugins.annotations.ProvidesInterface;
42 @ProvidesInterface(
63 @ProvidesInterface(version = Callbacks.VERSION)
83 @ProvidesInterface(version = PanelViewController.VERSION)
H A DVolumeDialog.java19 import com.android.systemui.plugins.annotations.ProvidesInterface;
25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
34 @ProvidesInterface(version = VERSION)
H A DGlobalActions.java19 import com.android.systemui.plugins.annotations.ProvidesInterface;
21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION)
35 @ProvidesInterface(version = GlobalActionsManager.VERSION)
H A DNotificationListenerController.java24 import com.android.systemui.plugins.annotations.ProvidesInterface;
26 @ProvidesInterface(action = NotificationListenerController.ACTION,
70 @ProvidesInterface(version = NotificationProvider.VERSION)
H A DNotificationPersonExtractorPlugin.java25 import com.android.systemui.plugins.annotations.ProvidesInterface;
28 @ProvidesInterface(
63 @ProvidesInterface(version = PersonData.VERSION)
H A DDarkIconDispatcher.java26 import com.android.systemui.plugins.annotations.ProvidesInterface;
32 @ProvidesInterface(version = DarkIconDispatcher.VERSION)
123 @ProvidesInterface(version = DarkReceiver.VERSION)
H A DVolumeDialogController.java29 import com.android.systemui.plugins.annotations.ProvidesInterface;
36 @ProvidesInterface(version = VolumeDialogController.VERSION)
67 @ProvidesInterface(version = StreamState.VERSION)
96 @ProvidesInterface(version = State.VERSION)
181 @ProvidesInterface(version = Callbacks.VERSION)
H A DDozeServicePlugin.java3 import com.android.systemui.plugins.annotations.ProvidesInterface;
5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION)
H A DIntentButtonProvider.java17 import com.android.systemui.plugins.annotations.ProvidesInterface;
26 @ProvidesInterface(version = IntentButtonProvider.VERSION)
H A DPluginDependency.java17 import com.android.systemui.plugins.annotations.ProvidesInterface;
19 @ProvidesInterface(version = PluginDependency.VERSION)
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java22 import com.android.systemui.plugins.annotations.ProvidesInterface;
31 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
123 @ProvidesInterface(version = ScrollListener.VERSION)
129 @ProvidesInterface(version = HeightListener.VERSION)
H A DQSTile.java28 import com.android.systemui.plugins.annotations.ProvidesInterface;
36 @ProvidesInterface(version = QSTile.VERSION)
113 @ProvidesInterface(version = Callback.VERSION)
123 @ProvidesInterface(version = Icon.VERSION)
148 @ProvidesInterface(version = State.VERSION)
247 @ProvidesInterface(version = BooleanState.VERSION)
280 @ProvidesInterface(version = SignalState.VERSION)
318 @ProvidesInterface(version = SlashState.VERSION)
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DStatusBarStateController.java20 import com.android.systemui.plugins.annotations.ProvidesInterface;
26 @ProvidesInterface(version = StatusBarStateController.VERSION)
70 @ProvidesInterface(version = StateListener.VERSION)
H A DNotificationMenuRowPlugin.java27 import com.android.systemui.plugins.annotations.ProvidesInterface;
34 @ProvidesInterface(action = NotificationMenuRowPlugin.ACTION,
45 @ProvidesInterface(version = OnMenuEventListener.VERSION)
56 @ProvidesInterface(version = MenuItem.VERSION)
H A DNotificationSwipeActionHelper.java24 import com.android.systemui.plugins.annotations.ProvidesInterface;
27 @ProvidesInterface(version = NotificationSwipeActionHelper.VERSION)
60 @ProvidesInterface(version = SnoozeOption.VERSION)
H A DDozeParameters.java19 import com.android.systemui.plugins.annotations.ProvidesInterface;
24 @ProvidesInterface(version = DozeParameters.VERSION)
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DVersionInfo.java21 import com.android.systemui.plugins.annotations.ProvidesInterface;
51 ProvidesInterface provider = cls.getDeclaredAnnotation(ProvidesInterface.class); in addClass()
109 ProvidesInterface provider = cls.getDeclaredAnnotation(ProvidesInterface.class); in createVersion()
H A DPluginManager.java21 import com.android.systemui.plugins.annotations.ProvidesInterface;
49 ProvidesInterface info = cls.getDeclaredAnnotation(ProvidesInterface.class); in getAction()
/aosp12/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
H A DFirstScreenWidget.java4 import com.android.systemui.plugins.annotations.ProvidesInterface;
9 @ProvidesInterface(action = FirstScreenWidget.ACTION, version = FirstScreenWidget.VERSION)
H A DHotseatPlugin.java6 import com.android.systemui.plugins.annotations.ProvidesInterface;
11 @ProvidesInterface(action = HotseatPlugin.ACTION, version = HotseatPlugin.VERSION)
H A DResourceProvider.java18 import com.android.systemui.plugins.annotations.ProvidesInterface;
23 @ProvidesInterface(action = ResourceProvider.ACTION, version = ResourceProvider.VERSION)
H A DCustomWidgetPlugin.java21 import com.android.systemui.plugins.annotations.ProvidesInterface;
26 @ProvidesInterface(action = CustomWidgetPlugin.ACTION, version = CustomWidgetPlugin.VERSION)
H A DAllAppsRow.java22 import com.android.systemui.plugins.annotations.ProvidesInterface;
27 @ProvidesInterface(action = AllAppsRow.ACTION, version = AllAppsRow.VERSION)
H A DOneSearch.java21 import com.android.systemui.plugins.annotations.ProvidesInterface;
28 @ProvidesInterface(action = OneSearch.ACTION, version = OneSearch.VERSION)
H A DOverlayPlugin.java20 import com.android.systemui.plugins.annotations.ProvidesInterface;
27 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)

12