Searched refs:IntentButtonProvider (Results 1 – 5 of 5) sorted by relevance
26 @ProvidesInterface(version = IntentButtonProvider.VERSION)27 public interface IntentButtonProvider extends Plugin { interface
30 Expected interface: [IntentButtonProvider](/packages/SystemUI/plugin/src/com/android/systemui/plugi…35 Expected interface: [IntentButtonProvider](/packages/SystemUI/plugin/src/com/android/systemui/plugi…
67 … be replaced](/packages/SystemUI/plugin/src/com/android/systemui/plugins/IntentButtonProvider.java)
75 import com.android.systemui.plugins.IntentButtonProvider;76 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;77 import com.android.systemui.plugins.IntentButtonProvider.IntentButton.IconState;266 .withPlugin(IntentButtonProvider.class, RIGHT_BUTTON_PLUGIN, in onAttachedToWindow()273 .withPlugin(IntentButtonProvider.class, LEFT_BUTTON_PLUGIN, in onAttachedToWindow()
45 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;