HomeSort by relevance Sort by last modified time
    Searched refs:BASE_UID (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/os/health/
UidHealthStats.java 35 public static final int MEASUREMENT_REALTIME_BATTERY_MS = HealthKeys.BASE_UID + 1;
42 public static final int MEASUREMENT_UPTIME_BATTERY_MS = HealthKeys.BASE_UID + 2;
49 public static final int MEASUREMENT_REALTIME_SCREEN_OFF_BATTERY_MS = HealthKeys.BASE_UID + 3;
56 public static final int MEASUREMENT_UPTIME_SCREEN_OFF_BATTERY_MS = HealthKeys.BASE_UID + 4;
64 public static final int TIMERS_WAKELOCKS_FULL = HealthKeys.BASE_UID + 5;
72 public static final int TIMERS_WAKELOCKS_PARTIAL = HealthKeys.BASE_UID + 6;
75 public static final int TIMERS_WAKELOCKS_WINDOW = HealthKeys.BASE_UID + 7;
83 public static final int TIMERS_WAKELOCKS_DRAW = HealthKeys.BASE_UID + 8;
90 public static final int TIMERS_SYNCS = HealthKeys.BASE_UID + 9;
97 public static final int TIMERS_JOBS = HealthKeys.BASE_UID + 10
    [all...]
HealthKeys.java 48 public static final int BASE_UID = 10000;
  /system/netd/tests/
binder_test.cpp 82 constexpr int BASE_UID = AID_USER_OFFSET * 5;
481 {BASE_UID + 8005, BASE_UID + 8012},
482 {BASE_UID + 8090, BASE_UID + 8099}
484 UidRange otherRange(BASE_UID + 8190, BASE_UID + 8299);
506 {BASE_UID + 150, BASE_UID + 224},
507 {BASE_UID + 226, BASE_UID + 300
    [all...]

Completed in 134 milliseconds