Searched defs:StatsType (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp40 enum StatsType { enum in namespace:android
58 static uint64_t getStatsType(struct Stats* stats, StatsType type) {
157 return getStatsType(&stats, (StatsType) type);
172 return getStatsType(&stats, (StatsType) type);
182 return getStatsType(&stats, (StatsType) type);

Completed in 31 milliseconds