Home
last modified time | relevance | path

Searched refs:getLayers (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/vms/
DVmsSubscriptionState.java123 public @NonNull Set<VmsLayer> getLayers() { in getLayers() method in VmsSubscriptionState
/packages/services/Car/service/src/com/android/car/vms/
DVmsBrokerService.java372 if (mSubscriptionState.getLayers().equals(layerSubscriptions) in updateSubscriptionState()
/packages/services/Car/tests/CarServiceTest/src/com/android/car/vms/
DVmsPublisherSubscriberTest.java586 assertEquals(layers, subscriptionState.getLayers()); in assertSubscriptionState()
/packages/services/Car/service/src/com/android/car/hal/
DVmsHalService.java743 Set<VmsLayer> layers = subscriptionState.getLayers(); in createSubscriptionStateMessage()
/packages/services/Car/car-lib/api/
Dsystem-current.txt2737 method @NonNull public java.util.Set<android.car.vms.VmsLayer> getLayers();
Dtest-current.txt2843 method @NonNull public java.util.Set<android.car.vms.VmsLayer> getLayers();
Dsystem-lint-baseline.txt4866 UnflaggedApi: android.car.vms.VmsSubscriptionState#getLayers():
4867 … New API must be flagged with @FlaggedApi: method android.car.vms.VmsSubscriptionState.getLayers()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2737 method @NonNull public java.util.Set<android.car.vms.VmsLayer> getLayers();