/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationFilter.java | 34 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()
|
D | NotificationClicker.java | 27 import com.android.systemui.statusbar.phone.ShadeController; 36 private final ShadeController mShadeController; 40 public NotificationClicker(ShadeController shadeController, in NotificationClicker()
|
D | NotificationAlertingManager.java | 31 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/ |
D | StatusBarNotificationPresenterTest.java | 63 private ShadeController mShadeController = mock(ShadeController.class); 71 mDependency.injectTestDependency(ShadeController.class, mShadeController); in setup()
|
D | StatusBarRemoteInputCallbackTest.java | 56 @Mock private ShadeController mShadeController; 68 mDependency.injectTestDependency(ShadeController.class, mShadeController); in setUp()
|
D | NotificationPanelViewTest.java | 121 mDependency.injectMockDependency(ShadeController.class); in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIDefaultModule.java | 34 import com.android.systemui.statusbar.phone.ShadeController; 75 static ShadeController provideShadeController(Context context) { in provideShadeController()
|
D | Dependency.java | 80 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/ |
D | CarSystemUIModule.java | 36 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/ |
D | NonPhoneDependencyTest.java | 37 import com.android.systemui.statusbar.phone.ShadeController; 78 mDependency.injectMockDependency(ShadeController.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
D | NotificationRemoteInputManagerTest.java | 34 import com.android.systemui.statusbar.phone.ShadeController; 79 () -> mock(ShadeController.class), in setUp() 208 Lazy<ShadeController> shadeController, in TestableNotificationRemoteInputManager()
|
D | SmartReplyControllerTest.java | 44 import com.android.systemui.statusbar.phone.ShadeController; 89 mNotificationEntryManager, () -> mock(ShadeController.class), in setUp()
|
D | NotificationViewHierarchyManagerTest.java | 57 import com.android.systemui.statusbar.phone.ShadeController; 84 @Mock private ShadeController mShadeController; 104 mDependency.injectTestDependency(ShadeController.class, mShadeController); in setUp()
|
D | KeyguardIndicationControllerTest.java | 60 import com.android.systemui.statusbar.phone.ShadeController; 93 private ShadeController mShadeController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 44 import com.android.systemui.statusbar.phone.ShadeController in <lambda>() 68 private lateinit var shadeController: ShadeController in <lambda>() 327 shadeController: ShadeController in <lambda>()
|
D | NotificationViewHierarchyManager.java | 41 import com.android.systemui.statusbar.phone.ShadeController; 80 private final Lazy<ShadeController> mShadeController; 109 Lazy<ShadeController> shadeController, in NotificationViewHierarchyManager()
|
D | NotificationMediaManager.java | 68 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()
|
D | KeyguardIndicationController.java | 59 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()
|
D | NotificationRemoteInputManager.java | 62 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/ |
D | ShadeController.java | 30 public interface ShadeController { interface
|
D | StatusBarRemoteInputCallback.java | 73 private final ShadeController mShadeController = Dependency.get(ShadeController.class);
|
D | StatusBarNotificationActivityStarter.java | 86 private final ShadeController mShadeController; 127 ShadeController shadeController, in StatusBarNotificationActivityStarter()
|
D | StatusBarNotificationPresenter.java | 90 private final ShadeController mShadeController = Dependency.get(ShadeController.class);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationFilterTest.java | 49 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/ |
D | NotificationStackScrollLayoutTest.java | 80 import com.android.systemui.statusbar.phone.ShadeController; 150 mDependency.injectMockDependency(ShadeController.class); in setUp()
|