Home
last modified time | relevance | path

Searched refs:toAccessString (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java19 import static com.android.car.hal.property.HalPropertyDebugUtils.toAccessString;
249 assertThat(toAccessString(VehiclePropertyAccess.READ_WRITE)).isEqualTo("READ_WRITE(0x3)"); in testToAccessString()
250 assertThat(toAccessString(-1)).isEqualTo("INVALID_VehiclePropertyAccess(0xffffffff)"); in testToAccessString()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java325 public static String toAccessString(int access) { in toAccessString() method in HalPropertyDebugUtils
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java21 import static com.android.car.hal.property.HalPropertyDebugUtils.toAccessString;
1418 toAccessString(config.getAccess()), toChangeModeString(config.getChangeMode()), in dumpPropertyConfigsHelp()
1427 area.getAreaId()), toAccessString(area.getAccess()), in dumpPropertyConfigsHelp()