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)
73 import com.android.systemui.plugins.IntentButtonProvider;74 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;75 import com.android.systemui.plugins.IntentButtonProvider.IntentButton.IconState;277 .withPlugin(IntentButtonProvider.class, RIGHT_BUTTON_PLUGIN, in onAttachedToWindow()284 .withPlugin(IntentButtonProvider.class, LEFT_BUTTON_PLUGIN, in onAttachedToWindow()
52 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;