Searched refs:ToastUI (Results 1 – 4 of 4) sorted by relevance
47 public class ToastUI extends SystemUI implements CommandQueue.Callbacks { class59 public ToastUI(Context context, CommandQueue commandQueue) { in ToastUI() method in ToastUI68 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI() method in ToastUI
42 import com.android.systemui.toast.ToastUI;163 @ClassKey(ToastUI.class)164 public abstract SystemUI bindToastUI(ToastUI service); in bindToastUI()
44 import com.android.systemui.toast.ToastUI;181 @ClassKey(ToastUI.class)182 public abstract SystemUI bindToastUI(ToastUI service); in bindToastUI()
88 private ToastUI mToastUI;112 mToastUI = new ToastUI(mContextSpy, mCommandQueue, mNotificationManager, in setUp()