Home
last modified time | relevance | path

Searched refs:NotificationPersonExtractorPlugin (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DNotificationPersonExtractor.kt21 import com.android.systemui.plugins.NotificationPersonExtractorPlugin
34 private var plugin: NotificationPersonExtractorPlugin? = null
38 .newExtension(NotificationPersonExtractorPlugin::class.java)
39 .withPlugin(NotificationPersonExtractorPlugin::class.java)
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationPersonExtractorPlugin.java29 action = NotificationPersonExtractorPlugin.ACTION,
30 version = NotificationPersonExtractorPlugin.VERSION)
31 @DependsOn(target = NotificationPersonExtractorPlugin.PersonData.class)
32 public interface NotificationPersonExtractorPlugin extends Plugin { interface