Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java90 result.setInstanceId(mInstanceId); in build()
187 public SbnBuilder setInstanceId(InstanceId instanceId) { in setInstanceId() method in SbnBuilder
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java229 public NotificationEntryBuilder setInstanceId(InstanceId instanceId) { in setInstanceId() method in NotificationEntryBuilder
230 mSbnBuilder.setInstanceId(instanceId); in setInstanceId()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java282 result.setInstanceId(this.mInstanceId); in cloneShallow()
465 public void setInstanceId(InstanceId instanceId) { in setInstanceId() method in StatusBarNotification
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java150 .setInstanceId(InstanceId.fakeInstanceId(1)) in setUp()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6197 r.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testStats_dismissalSurface()
6422 r1.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
6426 r2.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
6433 r3.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
6497 r1.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testSensitiveAdjustmentsLogged()
6514 r2.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testSensitiveAdjustmentsLogged()
6541 r1.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testAdjustmentToImportanceNone_cancelsNotification()
6545 r2.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testAdjustmentToImportanceNone_cancelsNotification()
7626 r.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testOnNotificationVisibilityChanged_triggersVisibilityLog()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java8694 n.setInstanceId(mNotificationInstanceIdSequence.newInstanceId());
8696 n.setInstanceId(old.getSbn().getInstanceId());