/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | GlobalActionsPanelPlugin.java | 25 import com.android.systemui.plugins.annotations.ProvidesInterface; 42 @ProvidesInterface( 63 @ProvidesInterface(version = Callbacks.VERSION) 83 @ProvidesInterface(version = PanelViewController.VERSION)
|
H A D | VolumeDialog.java | 19 import com.android.systemui.plugins.annotations.ProvidesInterface; 25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION) 34 @ProvidesInterface(version = VERSION)
|
H A D | GlobalActions.java | 19 import com.android.systemui.plugins.annotations.ProvidesInterface; 21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION) 35 @ProvidesInterface(version = GlobalActionsManager.VERSION)
|
H A D | NotificationListenerController.java | 24 import com.android.systemui.plugins.annotations.ProvidesInterface; 26 @ProvidesInterface(action = NotificationListenerController.ACTION, 70 @ProvidesInterface(version = NotificationProvider.VERSION)
|
H A D | NotificationPersonExtractorPlugin.java | 25 import com.android.systemui.plugins.annotations.ProvidesInterface; 28 @ProvidesInterface( 63 @ProvidesInterface(version = PersonData.VERSION)
|
H A D | DarkIconDispatcher.java | 26 import com.android.systemui.plugins.annotations.ProvidesInterface; 32 @ProvidesInterface(version = DarkIconDispatcher.VERSION) 123 @ProvidesInterface(version = DarkReceiver.VERSION)
|
H A D | VolumeDialogController.java | 29 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 D | DozeServicePlugin.java | 3 import com.android.systemui.plugins.annotations.ProvidesInterface; 5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION)
|
H A D | IntentButtonProvider.java | 17 import com.android.systemui.plugins.annotations.ProvidesInterface; 26 @ProvidesInterface(version = IntentButtonProvider.VERSION)
|
H A D | PluginDependency.java | 17 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 D | QS.java | 22 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 D | QSTile.java | 28 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 D | StatusBarStateController.java | 20 import com.android.systemui.plugins.annotations.ProvidesInterface; 26 @ProvidesInterface(version = StatusBarStateController.VERSION) 70 @ProvidesInterface(version = StateListener.VERSION)
|
H A D | NotificationMenuRowPlugin.java | 27 import com.android.systemui.plugins.annotations.ProvidesInterface; 34 @ProvidesInterface(action = NotificationMenuRowPlugin.ACTION, 45 @ProvidesInterface(version = OnMenuEventListener.VERSION) 56 @ProvidesInterface(version = MenuItem.VERSION)
|
H A D | NotificationSwipeActionHelper.java | 24 import com.android.systemui.plugins.annotations.ProvidesInterface; 27 @ProvidesInterface(version = NotificationSwipeActionHelper.VERSION) 60 @ProvidesInterface(version = SnoozeOption.VERSION)
|
H A D | DozeParameters.java | 19 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 D | VersionInfo.java | 21 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 D | PluginManager.java | 21 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 D | FirstScreenWidget.java | 4 import com.android.systemui.plugins.annotations.ProvidesInterface; 9 @ProvidesInterface(action = FirstScreenWidget.ACTION, version = FirstScreenWidget.VERSION)
|
H A D | HotseatPlugin.java | 6 import com.android.systemui.plugins.annotations.ProvidesInterface; 11 @ProvidesInterface(action = HotseatPlugin.ACTION, version = HotseatPlugin.VERSION)
|
H A D | ResourceProvider.java | 18 import com.android.systemui.plugins.annotations.ProvidesInterface; 23 @ProvidesInterface(action = ResourceProvider.ACTION, version = ResourceProvider.VERSION)
|
H A D | CustomWidgetPlugin.java | 21 import com.android.systemui.plugins.annotations.ProvidesInterface; 26 @ProvidesInterface(action = CustomWidgetPlugin.ACTION, version = CustomWidgetPlugin.VERSION)
|
H A D | AllAppsRow.java | 22 import com.android.systemui.plugins.annotations.ProvidesInterface; 27 @ProvidesInterface(action = AllAppsRow.ACTION, version = AllAppsRow.VERSION)
|
H A D | OneSearch.java | 21 import com.android.systemui.plugins.annotations.ProvidesInterface; 28 @ProvidesInterface(action = OneSearch.ACTION, version = OneSearch.VERSION)
|
H A D | OverlayPlugin.java | 20 import com.android.systemui.plugins.annotations.ProvidesInterface; 27 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)
|