Searched refs:supportedDiagnosticProperties (Results 1 – 1 of 1) sorted by relevance
215 int[] supportedDiagnosticProperties; in getSupportedDiagnosticProperties() local217 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()