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