Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStateProviderImpl.java317 final String expectedSensorType = sensorCondition.getType(); in setStateConditions() local
320 final Sensor foundSensor = findSensor(expectedSensorType, expectedSensorName); in setStateConditions()
322 Slog.e(TAG, "Failed to find Sensor with type: " + expectedSensorType in setStateConditions()
329 Slog.d(TAG, "Found sensor with type: " + expectedSensorType in setStateConditions()