Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsImplTest.java430 private void mockKernelSingleUidTimeReader(int testUid, long[] cpuTimes) { in mockKernelSingleUidTimeReader()
443 private void mockKernelSingleUidTimeReader(int testUid, long[] cpuTimes, long[] delta) { in mockKernelSingleUidTimeReader()
465 final int testUid = 10032; in testMulticastWakelockAcqRel() local
489 final int testUid = 10032; in testMulticastWakelockAcqNoRel() local
511 final int testUid = 10032; in testMulticastWakelockAcqAcqRelRel() local
541 final int testUid = 10032; in testMulticastWakelockAcqRelAcqRel() local
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DRawBatteryStatsTest.java68 @Test public void testUid() throws Exception { in testUid() method in RawBatteryStatsTest
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java222 int testUid = 100500; in testGrantsInsertFindDelete() local
270 int testUid = 100500; in testMetaInsertFindDelete() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPermissionHelperTest.java370 int testUid = -1; in testSetNotificationPermission_doesntRequestNotChanged() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java472 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in testTogglingBackgroundRestrictInternal() local
568 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in testTogglingStandbyBucket() local
619 final int testUid = UserHandle.getUid(testUser, in testBgCurrentDrainMonitor() local
2527 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in runTestExcessiveEvent() local
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp2072 const int testUid = 12345; in TEST_P() local
2092 const int testUid = 12345; in TEST_P() local
2119 const int testUid = 12345; in TEST_F() local
2166 const int testUid = 12345; in TEST_F() local
/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java1098 int flags, int sdk, boolean forceDuck, int testUid, in requestAudioFocus()