Searched refs:IntentButtonProvider (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DIntentButtonProvider.java26 @ProvidesInterface(version = IntentButtonProvider.VERSION)
27 public interface IntentButtonProvider extends Plugin { interface in inherits:Plugin
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java73 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,
284 .withPlugin(IntentButtonProvider.class, LEFT_BUTTON_PLUGIN,
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java52 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;

Completed in 65 milliseconds