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

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 269 public String getZoneName() {
397 Log.i(TAG, "deactivate zone:" + getZoneName() + " threshold list is NULL! ");
406 Log.i(TAG, "deactivate zone:" + getZoneName() + " supports < "
412 Log.i(TAG, "deactivate zone:" + getZoneName() + " sensor list null! ");
426 Log.i(TAG, "deactivate zone:" + getZoneName()
432 Log.i(TAG, "deactivate zone:" + getZoneName()
531 Log.i(TAG, " THERMAL_LOW_EVENT for zone:" + getZoneName()
553 Log.i(TAG, "for zone:" + getZoneName() + " in uevent mode only first sensor used!");
RawThermalZone.java 49 Log.i(TAG, "zone:" + getZoneName()
VirtualThermalZone.java 55 int indx = ThermalUtils.getThermalZoneIndex(getZoneName());
57 Log.i(TAG, "Could not obtain emul_temp sysfs node for " + getZoneName());
143 if (!getZoneName().equals(event.get("NAME"))) {
ThermalManager.java 656 Log.i(TAG, "deactivating inactive zone:" + zone.getZoneName());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 776 public String getZoneName() { return zoneName; }
787 String zoneName = transitionItem.getZoneName();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 772 public String getZoneName() { return zoneName; }
783 String zoneName = transitionItem.getZoneName();
    [all...]

Completed in 176 milliseconds