/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HideNotifsForOtherUsersCoordinator.java | 22 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 23 import com.android.systemui.statusbar.NotificationLockscreenUserManager.UserChangedListener; 43 private final NotificationLockscreenUserManager mLockscreenUserManager; 47 NotificationLockscreenUserManager lockscreenUserManager) { in HideNotifsForOtherUsersCoordinator()
|
D | ViewConfigCoordinator.kt | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager in <lambda>() 25 import com.android.systemui.statusbar.NotificationLockscreenUserManager.UserChangedListener in <lambda>() 41 private val mLockscreenUserManager: NotificationLockscreenUserManager, in <lambda>()
|
D | SensitiveContentCoordinator.kt | 22 import com.android.systemui.statusbar.NotificationLockscreenUserManager 52 private val lockscreenUserManager: NotificationLockscreenUserManager, in bindCoordinator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 25 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 38 private final NotificationLockscreenUserManager mLockscreenUserManager; 46 DynamicPrivacyController(NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotifUiAdjustmentProvider.kt | 25 import com.android.systemui.statusbar.NotificationLockscreenUserManager 41 private val lockscreenUserManager: NotificationLockscreenUserManager, 69 NotificationLockscreenUserManager.NotificationStateChangedListener { in <lambda>()
|
D | NotificationRowBinderImpl.java | 35 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 64 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; 83 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationRowBinderImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyControllerTest.java | 34 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 48 private NotificationLockscreenUserManager mLockScreenUserManager 49 = mock(NotificationLockscreenUserManager.class);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HideNotifsForOtherUsersCoordinatorTest.java | 33 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 34 import com.android.systemui.statusbar.NotificationLockscreenUserManager.UserChangedListener; 53 @Mock private NotificationLockscreenUserManager mLockscreenUserManager;
|
D | ViewConfigCoordinatorTest.kt | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager 25 import com.android.systemui.statusbar.NotificationLockscreenUserManager.UserChangedListener 57 private val lockscreenUserManager: NotificationLockscreenUserManager = mock()
|
D | SensitiveContentCoordinatorTest.kt | 25 import com.android.systemui.statusbar.NotificationLockscreenUserManager 51 val lockscreenUserManager: NotificationLockscreenUserManager = mock() 263 @BindsInstance lockscreenUserManager: NotificationLockscreenUserManager,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallbackTest.java | 39 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 60 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; 76 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
|
D | KeyguardBypassControllerTest.kt | 28 import com.android.systemui.statusbar.NotificationLockscreenUserManager 60 @Mock private lateinit var lockscreenUserManager: NotificationLockscreenUserManager
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotifUiAdjustmentProviderTest.kt | 25 import com.android.systemui.statusbar.NotificationLockscreenUserManager 50 private val lockscreenUserManager: NotificationLockscreenUserManager = mock() 90 withArgCaptor<NotificationLockscreenUserManager.NotificationStateChangedListener> { in notifLockscreenStateChangeWillNotifDirty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/ |
D | DreamMediaEntryComplication.java | 34 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 108 private final NotificationLockscreenUserManager mLockscreenUserManager; 124 NotificationLockscreenUserManager lockscreenUserManager, in DreamMediaEntryViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallback.java | 19 import static com.android.systemui.statusbar.NotificationLockscreenUserManager.NOTIFICATION_UNLOCKE… 44 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 66 private final NotificationLockscreenUserManager mLockscreenUserManager; 88 NotificationLockscreenUserManager notificationLockscreenUserManager, in StatusBarRemoteInputCallback()
|
D | KeyguardBypassController.kt | 30 import com.android.systemui.statusbar.NotificationLockscreenUserManager in <lambda>() 118 lockscreenUserManager: NotificationLockscreenUserManager, in <lambda>() 171 object : NotificationLockscreenUserManager.UserChangedListener { in <lambda>()
|
D | StatusBarNotificationPresenter.java | 47 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 83 private final NotificationLockscreenUserManager mLockscreenUserManager; 127 NotificationLockscreenUserManager lockscreenUserManager, in StatusBarNotificationPresenter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManager.java | 22 public interface NotificationLockscreenUserManager { interface
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 70 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 138 NotificationLockscreenUserManager lockscreenUserManager, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 58 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 103 private final NotificationLockscreenUserManager mNotifUserManager; 129 NotificationLockscreenUserManager notifUserManager, in create() 170 NotificationLockscreenUserManager notifUserManager, in BubblesManager() 218 new NotificationLockscreenUserManager.UserChangedListener() { in BubblesManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/ |
D | DreamMediaEntryComplicationTest.java | 43 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 82 private NotificationLockscreenUserManager mLockscreenUserManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | ReferenceSystemUIModule.java | 51 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 120 abstract NotificationLockscreenUserManager bindNotificationLockscreenUserManager( in bindNotificationLockscreenUserManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProvider.kt | 19 import com.android.systemui.statusbar.NotificationLockscreenUserManager 75 private val lockscreenUserManager: NotificationLockscreenUserManager,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
D | TvSystemUIModule.java | 53 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 112 abstract NotificationLockscreenUserManager bindNotificationLockscreenUserManager( in bindNotificationLockscreenUserManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaDataFilter.kt | 31 import com.android.systemui.statusbar.NotificationLockscreenUserManager in <lambda>() 68 private val lockscreenUserManager: NotificationLockscreenUserManager, in <lambda>()
|