Home
last modified time | relevance | path

Searched refs:subscribePropertyEvents (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1997 assertThat(mCarPropertyManager.subscribePropertyEvents(List.of( in testSubscribePropertyEvents_registerMultipleEvents()
2013 assertThat(mCarPropertyManager.subscribePropertyEvents(List.of( in testSubscribePropertyEvents_sanitizeSampleRate()
2030 () -> mCarPropertyManager.subscribePropertyEvents(List.of( in testSubscribePropertyEvents_registerMultipleEventsSameProperty_throws()
2043 assertThat(mCarPropertyManager.subscribePropertyEvents(List.of( in testSubscribePropertyEvents_registerMultipleEvents_unsubscribe()
2060 assertThat(mCarPropertyManager.subscribePropertyEvents(List.of( in testSubscribePropertyEvents_registerMultipleEventsWithSameProperty_unsubscribe()
2066 assertThat(mCarPropertyManager.subscribePropertyEvents(List.of( in testSubscribePropertyEvents_registerMultipleEventsWithSameProperty_unsubscribe()
2083 assertThat(mCarPropertyManager.subscribePropertyEvents( in testSubscribePropertyEvents_withPropertyIdCallback()
2094 assertThat(mCarPropertyManager.subscribePropertyEvents( in testSubscribePropertyEvents_withPropertyIdUpdateRateCallback()
2106 assertThat(mCarPropertyManager.subscribePropertyEvents( in testSubscribePropertyEvents_withPropertyIdAreaIdCallback()
2119 assertThat(mCarPropertyManager.subscribePropertyEvents( in testSubscribePropertyEvents_withPropertyIdAreaIdUpdateRateCallback()
[all …]
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java216 mPropertyManager.subscribePropertyEvents(VENDOR_CLUSTER_REPORT_STATE, in initClusterOsDouble()
218 mPropertyManager.subscribePropertyEvents(VENDOR_CLUSTER_NAVIGATION_STATE, in initClusterOsDouble()
220 mPropertyManager.subscribePropertyEvents(VENDOR_CLUSTER_REQUEST_DISPLAY, in initClusterOsDouble()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1265 public boolean subscribePropertyEvents(int propertyId, in subscribePropertyEvents() method in CarPropertyManager
1267 return subscribePropertyEvents(List.of( in subscribePropertyEvents()
1295 public boolean subscribePropertyEvents(int propertyId, in subscribePropertyEvents() method in CarPropertyManager
1298 return subscribePropertyEvents(List.of( in subscribePropertyEvents()
1327 public boolean subscribePropertyEvents(int propertyId, int areaId, in subscribePropertyEvents() method in CarPropertyManager
1329 return subscribePropertyEvents(List.of( in subscribePropertyEvents()
1391 public boolean subscribePropertyEvents(int propertyId, int areaId, in subscribePropertyEvents() method in CarPropertyManager
1396 return subscribePropertyEvents(List.of(subscription), /* callbackExecutor= */ null, in subscribePropertyEvents()
1508 public boolean subscribePropertyEvents(@NonNull List<Subscription> subscriptions, in subscribePropertyEvents() method in CarPropertyManager
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DClusterViewModel.java116 mCarPropertyManager.subscribePropertyEvents(propertyId, in registerCarPropertiesListener()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DClusterViewModel.java117 mCarPropertyManager.subscribePropertyEvents(propertyId, in registerCarPropertiesListener()
/packages/services/Car/tests/CarServiceTest/src/com/android/car/
DCarPropertyManagerTest.java571 assertThrows(SecurityException.class, () -> mManager.subscribePropertyEvents( in testSubscribePropertyEvents_noReadOrWritePermission()
588 assertThrows(SecurityException.class, () -> mManager.subscribePropertyEvents( in testSubscribePropertyEvents_onlyWritePermission()
600 assertThrows(IllegalArgumentException.class, () -> mManager.subscribePropertyEvents( in testSubscribePropertyEvents_unsupportedProperty()
614 assertThrows(IllegalArgumentException.class, () -> mManager.subscribePropertyEvents( in testSubscribePropertyEvents_unsupportedProperty_noPermission()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java478 mMgr.subscribePropertyEvents(List.of( in onCreateView()
/packages/services/Car/car-lib/api/
Dcurrent.txt936 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, @Non…
937 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, @Flo…
938 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, int,…
939 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, int,…
940 …dApi("android.car.feature.batched_subscriptions") public boolean subscribePropertyEvents(@NonNull …
Dlint-baseline.txt1560 UnflaggedApi: android.car.hardware.property.CarPropertyManager#subscribePropertyEvents(java.util.Li…
1561 …ggedApi: method android.car.hardware.property.CarPropertyManager.subscribePropertyEvents(java.util…
/packages/services/Car/car-lib-module/api/
Dcurrent.txt936 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, @Non…
937 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, @Flo…
938 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, int,…
939 …edApi("android.car.feature.variable_update_rate") public boolean subscribePropertyEvents(int, int,…
940 …dApi("android.car.feature.batched_subscriptions") public boolean subscribePropertyEvents(@NonNull …