Lines Matching refs:util

54         {android::util::WIFI_BYTES_TRANSFER,
58 new StatsCompanionServicePuller(android::util::WIFI_BYTES_TRANSFER)}},
60 {android::util::WIFI_BYTES_TRANSFER_BY_FG_BG,
64 new StatsCompanionServicePuller(android::util::WIFI_BYTES_TRANSFER_BY_FG_BG)}},
66 {android::util::MOBILE_BYTES_TRANSFER,
70 new StatsCompanionServicePuller(android::util::MOBILE_BYTES_TRANSFER)}},
72 {android::util::MOBILE_BYTES_TRANSFER_BY_FG_BG,
76 new StatsCompanionServicePuller(android::util::MOBILE_BYTES_TRANSFER_BY_FG_BG)}},
78 {android::util::BLUETOOTH_BYTES_TRANSFER,
82 new StatsCompanionServicePuller(android::util::BLUETOOTH_BYTES_TRANSFER)}},
84 {android::util::KERNEL_WAKELOCK,
85 {{}, {}, 1 * NS_PER_SEC, new StatsCompanionServicePuller(android::util::KERNEL_WAKELOCK)}},
87 {android::util::SUBSYSTEM_SLEEP_STATE,
90 {android::util::CPU_TIME_PER_FREQ,
94 new StatsCompanionServicePuller(android::util::CPU_TIME_PER_FREQ)}},
96 {android::util::CPU_TIME_PER_UID,
100 new StatsCompanionServicePuller(android::util::CPU_TIME_PER_UID)}},
104 {android::util::CPU_TIME_PER_UID_FREQ,
108 new StatsCompanionServicePuller(android::util::CPU_TIME_PER_UID_FREQ)}},
112 {android::util::CPU_ACTIVE_TIME,
116 new StatsCompanionServicePuller(android::util::CPU_ACTIVE_TIME)}},
120 {android::util::CPU_CLUSTER_TIME,
124 new StatsCompanionServicePuller(android::util::CPU_CLUSTER_TIME)}},
126 {android::util::WIFI_ACTIVITY_INFO,
130 new StatsCompanionServicePuller(android::util::WIFI_ACTIVITY_INFO)}},
132 {android::util::MODEM_ACTIVITY_INFO,
136 new StatsCompanionServicePuller(android::util::MODEM_ACTIVITY_INFO)}},
138 {android::util::BLUETOOTH_ACTIVITY_INFO,
142 new StatsCompanionServicePuller(android::util::BLUETOOTH_ACTIVITY_INFO)}},
144 {android::util::SYSTEM_ELAPSED_REALTIME,
148 new StatsCompanionServicePuller(android::util::SYSTEM_ELAPSED_REALTIME)}},
150 {android::util::SYSTEM_UPTIME,
151 {{}, {}, 1 * NS_PER_SEC, new StatsCompanionServicePuller(android::util::SYSTEM_UPTIME)}},
153 {android::util::DISK_SPACE,
154 {{}, {}, 1 * NS_PER_SEC, new StatsCompanionServicePuller(android::util::DISK_SPACE)}},
156 {android::util::REMAINING_BATTERY_CAPACITY,
160 new ResourceHealthManagerPuller(android::util::REMAINING_BATTERY_CAPACITY)}},
162 {android::util::FULL_BATTERY_CAPACITY,
166 new ResourceHealthManagerPuller(android::util::FULL_BATTERY_CAPACITY)}},
168 {android::util::PROCESS_MEMORY_STATE,
172 new StatsCompanionServicePuller(android::util::PROCESS_MEMORY_STATE)}},
174 {android::util::TEMPERATURE, {{}, {}, 1, new ResourceThermalManagerPuller()}}};