HomeSort by relevance Sort by last modified time
    Searched refs:mZone (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 106 ThermalManager.ZoneCoolerBindingInfo mZone = null;
128 mZone = null;
250 if (mZone == null || mZone.getLastCoolingDeviceInstance() == null) {
255 mZone.getLastCoolingDeviceInstance().setThrottleMaskList(tempList);
259 if (mZone == null || mZone.getLastCoolingDeviceInstance() == null) {
264 mZone.getLastCoolingDeviceInstance().setDeThrottleMaskList(tempList);
281 if (mZone == null) {
282 mZone = new ThermalManager.ZoneCoolerBindingInfo()
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
NitzStateMachineTest.java 635 private final TimeZone mZone;
645 mZone = TimeZone.getTimeZone(zoneId);
652 mZone.getOffset(mActualTimeMillis, false /* local */, offsets);
674 return mZone.getID();

Completed in 87 milliseconds