Home
last modified time | relevance | path

Searched refs:KeyguardEnvironment (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFilter.java35 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment;
48 private final KeyguardEnvironment mKeyguardEnvironment;
56 KeyguardEnvironment keyguardEnvironment, in NotificationFilter()
H A DNotificationEntryManager.java975 public interface KeyguardEnvironment { interface in NotificationEntryManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardEnvironmentImpl.java26 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment;
32 public class KeyguardEnvironmentImpl implements KeyguardEnvironment {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationFilterTest.java49 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment;
83 KeyguardEnvironment mEnvironment;
127 mDependency.injectTestDependency(KeyguardEnvironment.class, mEnvironment); in setUp()
H A DNotificationEntryManagerTest.java78 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment;
123 @Mock private KeyguardEnvironment mEnvironment;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt26 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment
65 private val keyguardEnvironment: KeyguardEnvironment
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManagerTest.kt33 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment
86 mock(KeyguardEnvironment::class.java)
493 keyguardEnvironment: KeyguardEnvironment
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIDefaultModule.java155 abstract NotificationEntryManager.KeyguardEnvironment bindKeyguardEnvironment( in bindKeyguardEnvironment()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java88 import com.android.systemui.statusbar.notification.NotificationEntryManager.KeyguardEnvironment;
306 @Inject Lazy<KeyguardEnvironment> mKeyguardEnvironment;
512 mProviders.put(KeyguardEnvironment.class, mKeyguardEnvironment::get); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java148 abstract NotificationEntryManager.KeyguardEnvironment bindKeyguardEnvironment( in bindKeyguardEnvironment()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIModule.java181 abstract NotificationEntryManager.KeyguardEnvironment bindKeyguardEnvironment( in bindKeyguardEnvironment()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java126 @Mock private NotificationEntryManager.KeyguardEnvironment mEnvironment;