Home
last modified time | relevance | path

Searched refs:ToastPlugin (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastFactory.java28 import com.android.systemui.plugins.ToastPlugin;
43 private ToastPlugin mPlugin;
54 new PluginListener<ToastPlugin>() { in ToastFactory()
56 public void onPluginConnected(ToastPlugin plugin, Context pluginContext) { in ToastFactory()
61 public void onPluginDisconnected(ToastPlugin plugin) { in ToastFactory()
66 }, ToastPlugin.class, false /* Allow multiple plugins */); in ToastFactory()
H A DSystemUIToast.java48 import com.android.systemui.plugins.ToastPlugin;
54 public class SystemUIToast implements ToastPlugin.Toast {
58 final ToastPlugin.Toast mPluginToast;
82 ToastPlugin.Toast pluginToast, String packageName, @UserIdInt int userId, in SystemUIToast()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DToastPlugin.java28 @ProvidesInterface(action = ToastPlugin.ACTION, version = ToastPlugin.VERSION)
29 public interface ToastPlugin extends Plugin { interface
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dplugin_hooks.md61 Expected interface: [ToastPlugin](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemu…