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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensorAttrib.java33 private Integer mWeights[]; field in class:ThermalSensorAttrib
45 return mWeights;
50 mWeights = new Integer[list.size()];
51 if (mWeights != null) {
52 mWeights = list.toArray(mWeights);
72 Log.i(TAG, "mWeights[]: " + Arrays.toString(mWeights));
74 if (mWeights != null && mOrder != null && mWeights
[all...]

Completed in 23 milliseconds