Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/health/
H A DUidHealthStats.java90 public static final int TIMERS_SYNCS = HealthKeys.BASE_UID + 9;
97 public static final int TIMERS_JOBS = HealthKeys.BASE_UID + 10;
103 public static final int TIMER_GPS_SENSOR = HealthKeys.BASE_UID + 11;
110 public static final int TIMERS_SENSORS = HealthKeys.BASE_UID + 12;
117 public static final int STATS_PIDS = HealthKeys.BASE_UID + 13;
124 public static final int STATS_PROCESSES = HealthKeys.BASE_UID + 14;
131 public static final int STATS_PACKAGES = HealthKeys.BASE_UID + 15;
250 public static final int TIMER_AUDIO = HealthKeys.BASE_UID + 32;
256 public static final int TIMER_VIDEO = HealthKeys.BASE_UID + 33;
268 public static final int TIMER_CAMERA = HealthKeys.BASE_UID + 35;
[all …]
H A DHealthKeys.java47 public static final int BASE_UID = 10000; field in HealthKeys
/aosp12/system/netd/tests/
H A Dbinder_test.cpp660 UidRangeParcel otherRange = makeUidRangeParcel(BASE_UID + 8190, BASE_UID + 8299); in TEST_F()
4115 {makeUidRangeParcel(BASE_UID + 1, BASE_UID + 1)}); in TEST_F()
4120 {makeUidRangeParcel(BASE_UID + 9, BASE_UID + 10)}); in TEST_F()
4135 {makeUidRangeParcel(BASE_UID + 9, BASE_UID + 13)}); in TEST_F()
4140 makeUidRangeParcel(BASE_UID + 20, BASE_UID + 20), in TEST_F()
4141 makeUidRangeParcel(BASE_UID + 20, BASE_UID + 21)}; in TEST_F()
4536 uidRangeConfig.uidRanges = {makeUidRangeParcel(BASE_UID + 1, BASE_UID + 1), in TEST_F()
4537 makeUidRangeParcel(BASE_UID + 1, BASE_UID + 1)}; in TEST_F()
4553 TEST_NETID1, {makeUidRangeParcel(BASE_UID, BASE_UID)}, SUB_PRIORITY_1); in TEST_F()
4558 TEST_NETID2, {makeUidRangeParcel(BASE_UID + 1, BASE_UID + 1)}, SUB_PRIORITY_2); in TEST_F()
[all …]
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1891 field public static final int BASE_UID = 10000; // 0x2710
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39435 Landroid/os/health/HealthKeys;->BASE_UID:I