Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DShutdownUiModule.kt28 fun provideShutdownUi(context: Context?, blurUtils: BlurUtils?): ShutdownUi {
29 return ShutdownUi(context, blurUtils)
H A DGlobalActionsImpl.java38 private ShutdownUi mShutdownUi;
45 ShutdownUi shutdownUi) { in GlobalActionsImpl()
H A DShutdownUi.java44 public class ShutdownUi { class
48 public ShutdownUi(Context context, BlurUtils blurUtils) { in ShutdownUi() method in ShutdownUi
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DShutdownUiTest.java41 ShutdownUi mShutdownUi;
47 mShutdownUi = new ShutdownUi(getContext(), mBlurUtils); in setUp()