Searched refs:ToastUI (Results 1 – 4 of 4) sorted by relevance
41 import com.android.systemui.toast.ToastUI;143 @ClassKey(ToastUI.class)144 public abstract SystemUI bindToastUI(ToastUI service); in bindToastUI()
52 public class ToastUI extends SystemUI implements CommandQueue.Callbacks { class73 public ToastUI( in ToastUI() method in ToastUI88 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI() method in ToastUI
36 import com.android.systemui.toast.ToastUI;48 public class CarToastUI extends ToastUI {
98 private ToastUI mToastUI;125 mToastUI = new ToastUI( in setUp()