Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/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
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java189 public NotificationEntryBuilder setInstanceId(InstanceId instanceId) { in setInstanceId() method in NotificationEntryBuilder
190 mSbnBuilder.setInstanceId(instanceId); in setInstanceId()
/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h59 void setInstanceId(uint32_t instanceId) { in setInstanceId() function
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java241 public void setInstanceId(int instanceId) { in setInstanceId() method in BluetoothGattDescriptor
H A DBluetoothGattServer.java129 tmp.setInstanceId(service.getInstanceId());
136 temp_char.setInstanceId(svc_char.getInstanceId());
141 temp_descs.get(j).setInstanceId(svc_descs.get(j).getInstanceId());
H A DBluetoothGattService.java274 public void setInstanceId(int instanceId) { in setInstanceId() method in BluetoothGattService
H A DBluetoothGattCharacteristic.java416 public void setInstanceId(int instanceId) { in setInstanceId() method in BluetoothGattCharacteristic
/aosp12/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java253 result.setInstanceId(this.mInstanceId); in cloneShallow()
426 public void setInstanceId(InstanceId instanceId) { in setInstanceId() method in StatusBarNotification
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java107 .setInstanceId(InstanceId.fakeInstanceId(1)) in setUp()
/aosp12/system/chre/core/
H A Devent_loop.cc173 nanoapp->setInstanceId(eventLoopManager->getNextInstanceId()); in startNanoapp()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3875 r.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testStats_dismissalSurface()
4094 r1.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
4098 r2.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
4105 r3.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testApplyAdjustmentsLogged()
4939 r.getSbn().setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); in testOnNotificationVisibilityChanged_triggersVisibilityLog()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6958 n.setInstanceId(mNotificationInstanceIdSequence.newInstanceId());
6960 n.setInstanceId(old.getSbn().getInstanceId());
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10190 Landroid/bluetooth/BluetoothGattCharacteristic;->setInstanceId(I)V
10203 Landroid/bluetooth/BluetoothGattDescriptor;->setInstanceId(I)V