Searched refs:DependsOn (Results 1 – 18 of 18) sorted by relevance
26 import com.android.systemui.plugins.annotations.DependsOn;36 @DependsOn(target = OnMenuEventListener.class)37 @DependsOn(target = MenuItem.class)38 @DependsOn(target = NotificationSwipeActionHelper.class)39 @DependsOn(target = SnoozeOption.class)
19 import com.android.systemui.plugins.annotations.DependsOn;27 @DependsOn(target = StatusBarStateController.StateListener.class)
17 import com.android.systemui.plugins.annotations.DependsOn;28 @DependsOn(target = SnoozeOption.class)
18 import com.android.systemui.plugins.annotations.DependsOn;26 @DependsOn(target = QSTile.class)27 @DependsOn(target = QSTileView.class)
21 import com.android.systemui.plugins.annotations.DependsOn;26 @DependsOn(target = QSIconView.class)27 @DependsOn(target = QSTile.class)
22 import com.android.systemui.plugins.annotations.DependsOn;32 @DependsOn(target = QSIconView.class)33 @DependsOn(target = DetailAdapter.class)34 @DependsOn(target = Callback.class)35 @DependsOn(target = Icon.class)36 @DependsOn(target = State.class)
23 import com.android.systemui.plugins.annotations.DependsOn;32 @DependsOn(target = HeightListener.class)
24 import com.android.systemui.plugins.annotations.DependsOn;44 @DependsOn(target = GlobalActionsPanelPlugin.Callbacks.class)45 @DependsOn(target = GlobalActionsPanelPlugin.PanelViewController.class)
21 import com.android.systemui.plugins.annotations.DependsOn;31 @DependsOn(target = FalsingManager.class)
18 import com.android.systemui.plugins.annotations.DependsOn;26 @DependsOn(target = Callback.class)
18 import com.android.systemui.plugins.annotations.DependsOn;22 @DependsOn(target = GlobalActionsManager.class)
21 import com.android.systemui.plugins.annotations.DependsOn;26 @DependsOn(target = NotificationProvider.class)
28 import com.android.systemui.plugins.annotations.DependsOn;37 @DependsOn(target = StreamState.class)38 @DependsOn(target = State.class)39 @DependsOn(target = Callbacks.class)
25 import com.android.systemui.plugins.annotations.DependsOn;33 @DependsOn(target = DarkReceiver.class)
20 import com.android.systemui.plugins.annotations.DependsOn;65 DependsOn depends = cls.getDeclaredAnnotation(DependsOn.class); in addClass()71 for (DependsOn d : dependencies.value()) { in addClass()
26 DependsOn[] value(); in value()
29 public @interface DependsOn { annotation
18 …n. If a plugin makes use of the other versioned interface, they can use DependsOn to indicate thei…23 @DependsOn(target = OtherInterface.class)