Home
last modified time | relevance | path

Searched refs:AppNotificationRepository (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppNotificationPreference.kt30 import com.android.settings.spa.notification.AppNotificationRepository
45 repository: IAppNotificationRepository = rememberContext(::AppNotificationRepository), in AppNotificationPreference()
/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationController.kt24 private val repository: AppNotificationRepository,
DAppNotificationsListModel.kt53 private val repository = AppNotificationRepository(context) in <lambda>()
DAppNotificationRepository.kt60 class AppNotificationRepository( class
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/notification/
DAppNotificationRepositoryTest.kt69 private lateinit var repository: AppNotificationRepository
73 repository = AppNotificationRepository( in setUp()