Searched refs:AppNotificationRepository (Results 1 – 5 of 5) sorted by relevance
30 import com.android.settings.spa.notification.AppNotificationRepository45 repository: IAppNotificationRepository = rememberContext(::AppNotificationRepository), in AppNotificationPreference()
24 private val repository: AppNotificationRepository,
53 private val repository = AppNotificationRepository(context) in <lambda>()
60 class AppNotificationRepository( class
69 private lateinit var repository: AppNotificationRepository73 repository = AppNotificationRepository( in setUp()