Searched refs:createSbn (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerTestUtil.java | 37 protected static StatusBarNotification createSbn(int id, Notification.Builder n) { in createSbn() method in HeadsUpManagerTestUtil 38 return createSbn(id, n.build()); in createSbn() 41 protected static StatusBarNotification createSbn(int id, Context context) { in createSbn() method in HeadsUpManagerTestUtil 46 return createSbn(id, b); in createSbn() 49 protected static StatusBarNotification createSbn(int id, Notification n) { in createSbn() method in HeadsUpManagerTestUtil 64 return new NotificationEntryBuilder().setSbn(createSbn(id, n)).build(); in createEntry() 69 HeadsUpManagerTestUtil.createSbn(id, context)).build(); in createEntry()
|
D | BaseHeadsUpManagerTest.java | 577 .setSbn(HeadsUpManagerTestUtil.createSbn(/* id = */ 0, in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() 599 .setSbn(HeadsUpManagerTestUtil.createSbn(/* id = */ 0, in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
|
D | AvalancheControllerTest.kt | 99 .setSbn(HeadsUpManagerTestUtil.createSbn(id, Notification.Builder(mContext, ""))) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | TargetSdkResolverTest.kt | 77 val sbn = createSbn(notification) in resolveFromNotificationExtras() 88 val sbn = createSbn(Notification()) in resolveFromPackageManager() 101 val sbn = createSbn(Notification()) in resolveFromPackageManager_andPackageManagerCrashes() 112 private fun createSbn(notification: Notification) = StatusBarNotification( in createSbn() method
|