Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java348 String invalidConstantValue = "INVALID_" + clazz.getSimpleName() + hexSuffix; in toDebugString() local
349 Slog.e(TAG, invalidConstantValue); in toDebugString()
350 return invalidConstantValue; in toDebugString()