Home
last modified time | relevance | path

Searched refs:NotificationKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DNotificationKey.java29 public @interface NotificationKey { annotation
DExpandableNotificationRowComponent.java94 @NotificationKey
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java54 import com.android.systemui.statusbar.notification.row.dagger.NotificationKey;
214 @NotificationKey String notificationKey, in ExpandableNotificationRowController()