Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsImplTest.java312 final int testUid = 10032; in testMulticastWakelockAcqRel() local
336 final int testUid = 10032; in testMulticastWakelockAcqNoRel() local
358 final int testUid = 10032; in testMulticastWakelockAcqAcqRelRel() local
388 final int testUid = 10032; in testMulticastWakelockAcqRelAcqRel() local
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_test_utils.h36 ScopeBlockedUIDRule(INetd* netSrv, uid_t testUid) in ScopeBlockedUIDRule()
67 ScopedChangeUID(uid_t testUid) : mTestUid(testUid), mSavedUid(getuid()) { in ScopedChangeUID()
H A Dresolv_callback_unit_test.cpp41 static uid_t testUid = 0; variable
/aosp12/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DRawBatteryStatsTest.java68 @Test public void testUid() throws Exception { in testUid() method in RawBatteryStatsTest
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
H A DAppDataUsageTest.java234 final int testUid = 123123; in updatePrefs_restrictedByAdmin_shouldDisablePreference() local
307 final int testUid = 123123; in onCreateLoader_categoryApp_shouldQueryDataUsageUsingAppKey() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/stats/
H A DPlatformLoggerTest.java148 final int testUid = 1234; in testGetPackageUidAsUser() local
/aosp12/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
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java876 int flags, int sdk, boolean forceDuck, int testUid) { in requestAudioFocus()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsTest.java815 final int testUid = 10101; in testFilter_UidFilter() local
/aosp12/system/netd/tests/
H A Dbinder_test.cpp1928 const int testUid = randomUid(); in TEST_F() local