Home
last modified time | relevance | path

Searched refs:ShadeController (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java34 import com.android.systemui.statusbar.phone.ShadeController;
48 private ShadeController mShadeController;
62 private ShadeController getShadeController() { in getShadeController()
64 mShadeController = Dependency.get(ShadeController.class); in getShadeController()
DNotificationClicker.java27 import com.android.systemui.statusbar.phone.ShadeController;
36 private final ShadeController mShadeController;
40 public NotificationClicker(ShadeController shadeController, in NotificationClicker()
DNotificationAlertingManager.java31 import com.android.systemui.statusbar.phone.ShadeController;
47 private final Lazy<ShadeController> mShadeController;
58 Lazy<ShadeController> shadeController, in NotificationAlertingManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java63 private ShadeController mShadeController = mock(ShadeController.class);
71 mDependency.injectTestDependency(ShadeController.class, mShadeController); in setup()
DStatusBarRemoteInputCallbackTest.java56 @Mock private ShadeController mShadeController;
68 mDependency.injectTestDependency(ShadeController.class, mShadeController); in setUp()
DNotificationPanelViewTest.java121 mDependency.injectMockDependency(ShadeController.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIDefaultModule.java34 import com.android.systemui.statusbar.phone.ShadeController;
75 static ShadeController provideShadeController(Context context) { in provideShadeController()
DDependency.java80 import com.android.systemui.statusbar.phone.ShadeController;
252 @Inject Lazy<ShadeController> mShadeController;
436 mProviders.put(ShadeController.class, mShadeController::get); in start()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIModule.java36 import com.android.systemui.statusbar.phone.ShadeController;
90 static ShadeController provideShadeController(Context context) { in provideShadeController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java37 import com.android.systemui.statusbar.phone.ShadeController;
78 mDependency.injectMockDependency(ShadeController.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DNotificationRemoteInputManagerTest.java34 import com.android.systemui.statusbar.phone.ShadeController;
79 () -> mock(ShadeController.class), in setUp()
208 Lazy<ShadeController> shadeController, in TestableNotificationRemoteInputManager()
DSmartReplyControllerTest.java44 import com.android.systemui.statusbar.phone.ShadeController;
89 mNotificationEntryManager, () -> mock(ShadeController.class), in setUp()
DNotificationViewHierarchyManagerTest.java57 import com.android.systemui.statusbar.phone.ShadeController;
84 @Mock private ShadeController mShadeController;
104 mDependency.injectTestDependency(ShadeController.class, mShadeController); in setUp()
DKeyguardIndicationControllerTest.java60 import com.android.systemui.statusbar.phone.ShadeController;
93 private ShadeController mShadeController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt44 import com.android.systemui.statusbar.phone.ShadeController in <lambda>()
68 private lateinit var shadeController: ShadeController in <lambda>()
327 shadeController: ShadeController in <lambda>()
DNotificationViewHierarchyManager.java41 import com.android.systemui.statusbar.phone.ShadeController;
80 private final Lazy<ShadeController> mShadeController;
109 Lazy<ShadeController> shadeController, in NotificationViewHierarchyManager()
DNotificationMediaManager.java68 import com.android.systemui.statusbar.phone.ShadeController;
113 private Lazy<ShadeController> mShadeController;
188 Lazy<ShadeController> shadeController, in NotificationMediaManager()
526 ShadeController shadeController = mShadeController.get(); in finishUpdateMediaMetaData()
DKeyguardIndicationController.java59 import com.android.systemui.statusbar.phone.ShadeController;
88 private final ShadeController mShadeController;
143 Dependency.get(ShadeController.class), in KeyguardIndicationController()
156 LockPatternUtils lockPatternUtils, WakeLock wakeLock, ShadeController shadeController, in KeyguardIndicationController()
DNotificationRemoteInputManager.java62 import com.android.systemui.statusbar.phone.ShadeController;
120 private final Lazy<ShadeController> mShadeController;
263 Lazy<ShadeController> shadeController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeController.java30 public interface ShadeController { interface
DStatusBarRemoteInputCallback.java73 private final ShadeController mShadeController = Dependency.get(ShadeController.class);
DStatusBarNotificationActivityStarter.java86 private final ShadeController mShadeController;
127 ShadeController shadeController, in StatusBarNotificationActivityStarter()
DStatusBarNotificationPresenter.java90 private final ShadeController mShadeController = Dependency.get(ShadeController.class);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationFilterTest.java49 import com.android.systemui.statusbar.phone.ShadeController;
95 mDependency.injectMockDependency(ShadeController.class); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java80 import com.android.systemui.statusbar.phone.ShadeController;
150 mDependency.injectMockDependency(ShadeController.class); in setUp()

12