• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package com.android.systemui.log.dagger
2 
3 import javax.inject.Qualifier
4 
5 /** A [com.android.systemui.log.LogBuffer] for Face authentication triggered by SysUI. */
6 @Qualifier @MustBeDocumented @Retention(AnnotationRetention.RUNTIME) annotation class FaceAuthLog()
7