HomeSort by relevance Sort by last modified time
    Searched defs:onListProperties (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleHalMock.h 41 virtual sp<VehiclePropertiesHolder> onListProperties() {
VehicleNetworkAudioHelperTest.cpp 60 virtual sp<VehiclePropertiesHolder> onListProperties() {
61 ALOGI("onListProperties");
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkHalMock.cpp 56 virtual sp<VehiclePropertiesHolder> onListProperties() {
179 sp<VehiclePropertiesHolder> holder = onListProperties();
  /packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java 146 public VehiclePropConfigsParcelable onListProperties() {
151 VehiclePropConfigs configs = testManager.getHalMock().onListProperties();
VehicleHalEmulator.java 317 public VehiclePropConfigs onListProperties() {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 57 VehiclePropConfigs onListProperties();
649 public VehiclePropConfigsParcelable onListProperties() {
654 VehiclePropConfigs configs = vehicleNetwork.getHalMock().onListProperties();
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 447 public synchronized VehiclePropConfigs onListProperties() {
448 Log.i(TAG, "onListProperties, num properties:" + mConfigs.size());

Completed in 331 milliseconds