Searched refs:mSensorListByType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java85 // Cached lists of sensors by type. Guarded by mSensorListByType.
86 private final SparseArray<List<Sensor>> mSensorListByType = field in class:SensorManager
89 // Legacy sensor manager implementation. Guarded by mSensorListByType during initialization.
398 synchronized (mSensorListByType) {
399 list = mSensorListByType.get(type);
411 mSensorListByType.append(type, list);
1493 synchronized (mSensorListByType) {

Completed in 73 milliseconds