Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java215 int[] supportedDiagnosticProperties; in getSupportedDiagnosticProperties() local
217 supportedDiagnosticProperties = new int[mSensorTypeToConfig.size()]; in getSupportedDiagnosticProperties()
218 for (int i = 0; i < supportedDiagnosticProperties.length; i++) { in getSupportedDiagnosticProperties()
219 supportedDiagnosticProperties[i] = mSensorTypeToConfig.keyAt(i); in getSupportedDiagnosticProperties()
222 return supportedDiagnosticProperties; in getSupportedDiagnosticProperties()