Searched refs:addAreaId (Results 1 – 9 of 9) sorted by relevance
61 builder.addAreaId(/* areaId= */ 0x1); in testAddAreaId_withMultipleAreas()62 builder.addAreaId(/* areaId= */ 0x2); in testAddAreaId_withMultipleAreas()63 builder.addAreaId(/* areaId= */ 0x4); in testAddAreaId_withMultipleAreas()78 builder.addAreaId(/* areaId= */ 0x1); in testAddAreaId_withOverlappingAreas()79 builder.addAreaId(/* areaId= */ 0x2); in testAddAreaId_withOverlappingAreas()80 builder.addAreaId(/* areaId= */ 0x2); in testAddAreaId_withOverlappingAreas()
1969 new Subscription.Builder(VENDOR_CONTINUOUS_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_registerMultipleEvents()1971 new Subscription.Builder(VENDOR_ON_CHANGE_PROPERTY).addAreaId(0).build()), in testSubscribePropertyEvents_registerMultipleEvents()1985 new Subscription.Builder(VENDOR_CONTINUOUS_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_sanitizeSampleRate()2003 .addAreaId(0).setUpdateRateFast().build(), in testSubscribePropertyEvents_registerMultipleEventsSameProperty_throws()2005 .addAreaId(0).build()), in testSubscribePropertyEvents_registerMultipleEventsSameProperty_throws()2015 new Subscription.Builder(VENDOR_CONTINUOUS_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_registerMultipleEvents_unsubscribe()2017 new Subscription.Builder(VENDOR_ON_CHANGE_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_registerMultipleEvents_unsubscribe()2032 new Subscription.Builder(VENDOR_CONTINUOUS_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_registerMultipleEventsWithSameProperty_unsubscribe()2034 new Subscription.Builder(VENDOR_ON_CHANGE_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_registerMultipleEventsWithSameProperty_unsubscribe()2038 new Subscription.Builder(VENDOR_CONTINUOUS_PROPERTY).addAreaId(0) in testSubscribePropertyEvents_registerMultipleEventsWithSameProperty_unsubscribe()[all …]
235 public Builder addAreaId(int areaId) { in addAreaId() method in Subscription.Builder
1306 new Subscription.Builder(propertyId).addAreaId(areaId).setUpdateRateHz(1f) in subscribePropertyEvents()1361 Subscription subscription = new Subscription.Builder(propertyId).addAreaId(areaId) in subscribePropertyEvents()
1031 optionsBuilder.addAreaId(1); in TEST_F()1032 optionsBuilder.addAreaId(2); in TEST_F()1051 optionsBuilder.addAreaId(1); in TEST_F()1052 optionsBuilder.addAreaId(2); in TEST_F()
168 void addAreaId(int32_t areaId) { mAreaIds.push_back(areaId); } in addAreaId() function
966 method @NonNull public android.car.hardware.property.Subscription.Builder addAreaId(int);
1730 UnflaggedApi: android.car.hardware.property.SubscribeOption.Builder#addAreaId(int):1731 …agged with @FlaggedApi: method android.car.hardware.property.SubscribeOption.Builder.addAreaId(int)