Searched refs:ToastUI (Results 1 – 4 of 4) sorted by relevance
36 import com.android.systemui.toast.ToastUI121 @ClassKey(ToastUI::class)122 abstract fun bindToastUI(service: ToastUI): CoreStartable
54 public class ToastUI implements CoreStartable, CommandQueue.Callbacks { class76 public ToastUI( in ToastUI() method in ToastUI91 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI() method in ToastUI
61 import com.android.systemui.toast.ToastUI231 @ClassKey(ToastUI::class)232 abstract fun bindToastUI(service: ToastUI): CoreStartable
104 private ToastUI mToastUI;131 mToastUI = new ToastUI( in setUp()