Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/vms/
DVmsClientInfo.java158 layerSubscriptions.add(associatedLayer.getVmsLayer()); in setSubscriptions()
160 layerAndProviderSubscriptions.put(associatedLayer.getVmsLayer(), in setSubscriptions()
/packages/services/Car/service/src/com/android/car/hal/
DVmsHalService.java867 message.add(layer.getVmsLayer().getType()); in appendAssociatedLayer()
868 message.add(layer.getVmsLayer().getSubtype()); in appendAssociatedLayer()
869 message.add(layer.getVmsLayer().getVersion()); in appendAssociatedLayer()
/packages/services/Car/car-lib/src/android/car/vms/
DVmsAssociatedLayer.java100 public @NonNull VmsLayer getVmsLayer() { in getVmsLayer() method in VmsAssociatedLayer
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2128 method TIRAMISU_0 VmsLayer getVmsLayer();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2704 method @NonNull public android.car.vms.VmsLayer getVmsLayer();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2704 method @NonNull public android.car.vms.VmsLayer getVmsLayer();
Dtest-current.txt2810 method @NonNull public android.car.vms.VmsLayer getVmsLayer();
Dsystem-lint-baseline.txt4680 UnflaggedApi: android.car.vms.VmsAssociatedLayer#getVmsLayer():
4681 … New API must be flagged with @FlaggedApi: method android.car.vms.VmsAssociatedLayer.getVmsLayer()