/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 90 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 D | NotificationEntryBuilder.java | 189 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 D | nanoapp.h | 59 void setInstanceId(uint32_t instanceId) { in setInstanceId() function
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattDescriptor.java | 241 public void setInstanceId(int instanceId) { in setInstanceId() method in BluetoothGattDescriptor
|
H A D | BluetoothGattServer.java | 129 tmp.setInstanceId(service.getInstanceId()); 136 temp_char.setInstanceId(svc_char.getInstanceId()); 141 temp_descs.get(j).setInstanceId(svc_descs.get(j).getInstanceId());
|
H A D | BluetoothGattService.java | 274 public void setInstanceId(int instanceId) { in setInstanceId() method in BluetoothGattService
|
H A D | BluetoothGattCharacteristic.java | 416 public void setInstanceId(int instanceId) { in setInstanceId() method in BluetoothGattCharacteristic
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 253 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 D | NotificationLoggerTest.java | 107 .setInstanceId(InstanceId.fakeInstanceId(1)) in setUp()
|
/aosp12/system/chre/core/ |
H A D | event_loop.cc | 173 nanoapp->setInstanceId(eventLoopManager->getNextInstanceId()); in startNanoapp()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 3875 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 D | NotificationManagerService.java | 6958 n.setInstanceId(mNotificationInstanceIdSequence.newInstanceId()); 6960 n.setInstanceId(old.getSbn().getInstanceId());
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10190 Landroid/bluetooth/BluetoothGattCharacteristic;->setInstanceId(I)V 10203 Landroid/bluetooth/BluetoothGattDescriptor;->setInstanceId(I)V
|