/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | HalValueDebugUtilsUnitTest.java | 31 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/ |
D | VehiclePropertyIdDebugUtilsUnitTest.java | 49 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/ |
D | HalPropertyDebugUtils.java | 300 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
|
D | HalValueDebugUtils.java | 39 public static String toDebugString(int propertyId, Object value) { in toDebugString() method in HalValueDebugUtils
|
/packages/services/Car/car-lib/src/com/android/car/internal/property/ |
D | CarPropertyHelper.java | 22 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toDebugString; 70 sj.add(toDebugString(propertyId)); in propertyIdsToString() 81 sj.add(toDebugString(propertyId)); in propertyIdsToString()
|
D | VehiclePropertyIdDebugUtils.java | 61 public static String toDebugString(int propertyId) { in toDebugString() method in VehiclePropertyIdDebugUtils
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | IPv6TetheringCoordinator.java | 125 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/ |
D | EntrySchema.java | 229 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/ |
D | ContactListFilter.java | 285 public String toDebugString() { in toDebugString() method in ContactListFilter
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListFilter.java | 366 public String toDebugString() { in toDebugString() method in ContactListFilter
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | RootInfo.java | 517 public String toDebugString() { in toDebugString() method in RootInfo
|
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | ProvidersCache.java | 487 roots.add(root.toDebugString());
|