Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalManager.java48 private static String sProfileNameList; field in ThermalManager
761 sProfileNameList = s.toString(); in buildProfileNameList()
763 Log.i(TAG, "profile name list:" + sProfileNameList); in buildProfileNameList()
775 sQueryProfileIntent.putExtra(ThermalManager.EXTRA_PROFILE_LIST, sProfileNameList); in sendQueryProfileIntent()