Searched refs:toAccessString (Results 1 – 3 of 3) sorted by relevance
19 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()
325 public static String toAccessString(int access) { in toAccessString() method in HalPropertyDebugUtils
21 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()