Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryConsumer.java104 private static final String[] sPowerComponentNames = new String[POWER_COMPONENT_COUNT]; field in BatteryConsumer
108 sPowerComponentNames[POWER_COMPONENT_SCREEN] = "screen";
109 sPowerComponentNames[POWER_COMPONENT_CPU] = "cpu";
110 sPowerComponentNames[POWER_COMPONENT_BLUETOOTH] = "bluetooth";
111 sPowerComponentNames[POWER_COMPONENT_CAMERA] = "camera";
112 sPowerComponentNames[POWER_COMPONENT_AUDIO] = "audio";
113 sPowerComponentNames[POWER_COMPONENT_VIDEO] = "video";
114 sPowerComponentNames[POWER_COMPONENT_FLASHLIGHT] = "flashlight";
115 sPowerComponentNames[POWER_COMPONENT_SYSTEM_SERVICES] = "system_services";
116 sPowerComponentNames[POWER_COMPONENT_MOBILE_RADIO] = "mobile_radio";
[all …]