Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java547 Class partypes[] = new Class[3]; in loadCoolingDevice() local
548 partypes[0] = Context.class; in loadCoolingDevice()
549 partypes[1] = String.class; in loadCoolingDevice()
550 partypes[2] = ArrayList.class; in loadCoolingDevice()
551 Method init = cls.getMethod("init", partypes); in loadCoolingDevice()
573 Class partypes[] = new Class[1]; in loadCoolingDevice() local
574 partypes[0] = Integer.TYPE; in loadCoolingDevice()
575 throttleMethod = cls.getMethod("throttleDevice", partypes); in loadCoolingDevice()