Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java27 import static com.android.systemui.statusbar.NotificationEntryHelper.modifySbn;
134 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
141 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
149 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
155 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
161 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationEntryHelper.java31 public static ModifiedSbnBuilder modifySbn(NotificationEntry entry) { in modifySbn() method in NotificationEntryHelper