Home
last modified time | relevance | path

Searched refs:setInstanceId (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DSbnBuilder.java90 result.setInstanceId(mInstanceId); in build()
187 public SbnBuilder setInstanceId(InstanceId instanceId) { in setInstanceId() method in SbnBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java212 public NotificationEntryBuilder setInstanceId(InstanceId instanceId) { in setInstanceId() method in NotificationEntryBuilder
213 mSbnBuilder.setInstanceId(instanceId); in setInstanceId()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java280 result.setInstanceId(this.mInstanceId); in cloneShallow()
463 public void setInstanceId(InstanceId instanceId) { in setInstanceId() method in StatusBarNotification
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java112 .setInstanceId(InstanceId.fakeInstanceId(1)) in setUp()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5432 r.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testStats_dismissalSurface()
5657 r1.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
5661 r2.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
5668 r3.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
5730 r1.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testAdjustmentToImportanceNone_cancelsNotification()
5734 r2.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testAdjustmentToImportanceNone_cancelsNotification()
6791 r.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testOnNotificationVisibilityChanged_triggersVisibilityLog()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7965 n.setInstanceId(mNotificationInstanceIdSequence.newInstanceId());
7967 n.setInstanceId(old.getSbn().getInstanceId());