Home
last modified time | relevance | path

Searched defs:systemUid (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DSystemServicePowerCalculator.java67 final BatteryStats.Uid systemUid = batteryStats.getUidStats().get(Process.SYSTEM_UID); in calculate() local
123 final BatteryStats.Uid systemUid = batteryStats.getUidStats().get(Process.SYSTEM_UID); in calculate() local
169 BatteryStats.Uid systemUid, long consumptionUC) { in calculatePowerUsingMeasuredConsumption()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryUtilsTest.java426 final int systemUid = Process.ROOT_UID; in testShouldHideAnomaly_systemUid_returnTrue() local
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp1157 uint16_t systemUid = 1000; variable
1170 uint16_t systemUid = 1000; variable
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DUserCredentialsSettings.java273 final int systemUid = UserHandle.getUid(myUserId, Process.SYSTEM_UID); in doInBackground() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp976 constexpr int32_t systemUid = 1000; // 1000: system uid variable