Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DConstantDebugUtils.java67 return cacheClazzToConstantDebugUtilsMapping(clazz).toName(value); in toName()
76 return cacheClazzToConstantDebugUtilsMapping(clazz).toValue(name); in toValue()
83 return cacheClazzToConstantDebugUtilsMapping( in getValues()
87 private static ConstantDebugUtils cacheClazzToConstantDebugUtilsMapping(Class<?> clazz) { in cacheClazzToConstantDebugUtilsMapping() method in ConstantDebugUtils