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.java28 import static com.android.systemui.statusbar.NotificationEntryHelper.modifySbn;
186 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
193 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
201 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
207 modifySbn(entry) in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
213 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