Searched defs:NUM_USER_ACTIVITY_TYPES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java389 public static final int NUM_USER_ACTIVITY_TYPES = 3; field in class:BatteryStats.Uid
2182 args = new Object[Uid.NUM_USER_ACTIVITY_TYPES];
2184 for (int i=0; i<Uid.NUM_USER_ACTIVITY_TYPES; i++) {
3066 for (int i=0; i<Uid.NUM_USER_ACTIVITY_TYPES; i++) {

Completed in 22 milliseconds