Home
last modified time | relevance | path

Searched refs:NotificationExpansionRepository (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt24 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository
39 private val notificationExpansionRepository: NotificationExpansionRepository,
66 private val notificationExpansionRepository: NotificationExpansionRepository,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
H A DNotificationExpansionRepository.kt31 class NotificationExpansionRepository @Inject constructor() { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/data/repository/
H A DNotificationExpansionRepositoryTest.kt28 private val underTest = NotificationExpansionRepository()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt13 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository
47 private val notificationExpansionRepository = NotificationExpansionRepository()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt54 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository
192 NotificationExpansionRepository(),
H A DNotificationShadeWindowViewControllerTest.kt55 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository
124 private val notificationExpansionRepository = NotificationExpansionRepository()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java89 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository;
225 new NotificationExpansionRepository(), in setUp()
H A DCentralSurfacesImplTest.java163 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository;
520 new NotificationExpansionRepository(), in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java64 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository;
171 NotificationExpansionRepository notificationExpansionRepository, in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java222 import com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository;
315 private final NotificationExpansionRepository mNotificationExpansionRepository;
730 NotificationExpansionRepository notificationExpansionRepository, in CentralSurfacesImpl()