1 package com.android.systemui.qs.pipeline.dagger 2 3 import javax.inject.Qualifier 4 5 /** A [LogBuffer] for the QS pipeline to track restore of associated settings. */ 6 @Qualifier @MustBeDocumented @Retention(AnnotationRetention.RUNTIME) annotation class QSRestoreLog 7