Home
last modified time | relevance | path

Searched defs:testUid (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsImplTest.java369 private void mockKernelSingleUidTimeReader(int testUid, long[] cpuTimes) { in mockKernelSingleUidTimeReader()
382 private void mockKernelSingleUidTimeReader(int testUid, long[] cpuTimes, long[] delta) { in mockKernelSingleUidTimeReader()
404 final int testUid = 10032; in testMulticastWakelockAcqRel() local
428 final int testUid = 10032; in testMulticastWakelockAcqNoRel() local
450 final int testUid = 10032; in testMulticastWakelockAcqAcqRelRel() local
480 final int testUid = 10032; in testMulticastWakelockAcqRelAcqRel() local
/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DRawBatteryStatsTest.java68 @Test public void testUid() throws Exception { in testUid() method in RawBatteryStatsTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java224 int testUid = 100500; in testGrantsInsertFindDelete() local
272 int testUid = 100500; in testMetaInsertFindDelete() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPermissionHelperTest.java363 int testUid = -1; in testSetNotificationPermission_doesntRequestNotChanged() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java473 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in testTogglingBackgroundRestrictInternal() local
569 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in testTogglingStandbyBucket() local
620 final int testUid = UserHandle.getUid(testUser, in testBgCurrentDrainMonitor() local
2519 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in runTestExcessiveEvent() local
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java954 String attributionTag, int flags, int sdk, boolean forceDuck, int testUid) { in requestAudioFocus()