Searched refs:ShutdownUi (Results 1 – 4 of 4) sorted by relevance
28 fun provideShutdownUi(context: Context?, blurUtils: BlurUtils?): ShutdownUi {29 return ShutdownUi(context, blurUtils)
38 private ShutdownUi mShutdownUi;45 ShutdownUi shutdownUi) { in GlobalActionsImpl()
44 public class ShutdownUi { class48 public ShutdownUi(Context context, BlurUtils blurUtils) { in ShutdownUi() method in ShutdownUi
41 ShutdownUi mShutdownUi;47 mShutdownUi = new ShutdownUi(getContext(), mBlurUtils); in setUp()