Home
last modified time | relevance | path

Searched refs:toDebugString (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalValueDebugUtilsUnitTest.java31 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.SEAT_OCCUPANCY, in testToDebugString_handlesIntegerWithEnum()
37 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.SEAT_OCCUPANCY, in testToDebugString_handlesIntegerWithInvalidEnum()
43 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.WINDOW_POS, in testToDebugString_handlesIntegerWithNoEnum()
49 assertThat(HalValueDebugUtils.toDebugString(VehicleProperty.HVAC_POWER_ON, in testToDebugString_handlesNonInteger()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DVehiclePropertyIdDebugUtilsUnitTest.java49 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToDebugString()
51 assertThat(VehiclePropertyIdDebugUtils.toDebugString( in testToDebugString()
55 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyGroup.VENDOR)).isEqualTo( in testToDebugString()
57 assertThat(VehiclePropertyIdDebugUtils.toDebugString(-1)).isEqualTo( in testToDebugString()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java300 return toDebugString(VehicleArea.class, areaType); in toAreaTypeString()
309 return toDebugString(VehiclePropertyGroup.class, group); in toGroupString()
318 return toDebugString(VehiclePropertyType.class, valueType); in toValueTypeString()
326 return toDebugString(VehiclePropertyAccess.class, access); in toAccessString()
334 return toDebugString(VehiclePropertyChangeMode.class, changeMode); in toChangeModeString()
342 return toDebugString(VehiclePropertyStatus.class, status); in toStatusString()
345 private static String toDebugString(Class<?> clazz, int constantValue) { in toDebugString() method in HalPropertyDebugUtils
DHalValueDebugUtils.java39 public static String toDebugString(int propertyId, Object value) { in toDebugString() method in HalValueDebugUtils
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyHelper.java22 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toDebugString;
70 sj.add(toDebugString(propertyId)); in propertyIdsToString()
81 sj.add(toDebugString(propertyId)); in propertyIdsToString()
DVehiclePropertyIdDebugUtils.java61 public static String toDebugString(int propertyId) { in toDebugString() method in VehiclePropertyIdDebugUtils
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java125 Log.d(TAG, "updateUpstreamNetworkState: " + toDebugString(ns)); in updateUpstreamNetworkState()
159 mLog.log("setUpstreamNetworkState: " + toDebugString(mUpstreamNetworkState)); in setUpstreamNetworkState()
319 private static String toDebugString(UpstreamNetworkState ns) { in toDebugString() method in IPv6TetheringCoordinator
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java229 public String toDebugString(Entry entry) { in toDebugString() method in EntrySchema
246 public String toDebugString(Entry entry, String... columnNames) { in toDebugString() method in EntrySchema
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListFilter.java285 public String toDebugString() { in toDebugString() method in ContactListFilter
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilter.java366 public String toDebugString() { in toDebugString() method in ContactListFilter
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java517 public String toDebugString() { in toDebugString() method in RootInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java487 roots.add(root.toDebugString());