Home
last modified time | relevance | path

Searched refs:uid3 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DBatteryControllerTest.java293 final int uid3 = mSourceUid + 2; in testTopPowerConnectedExemption() local
310 "switch.to.fg", uid3, in testTopPowerConnectedExemption()
313 "switch.to.fg", uid3, in testTopPowerConnectedExemption()
323 setUidBias(uid3, JobInfo.BIAS_DEFAULT); in testTopPowerConnectedExemption()
353 setUidBias(uid3, JobInfo.BIAS_TOP_APP); in testTopPowerConnectedExemption()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java718 final int uid3 = pm.getPackageUid(TEST_APP3, 0); in testKillPids() local
723 final MyUidImportanceListener uid3Listener1 = new MyUidImportanceListener(uid3); in testKillPids()
724 final MyUidImportanceListener uid3Listener2 = new MyUidImportanceListener(uid3); in testKillPids()
741 pids[2] = startTargetService(am, TEST_APP3, TEST_CLASS, uid3, TEST_APP3, in testKillPids()
791 final int uid3 = pm.getPackageUid(TEST_APP3, 0); in testGetIsolatedProcesses() local
800 getIsolatedProcesses(uid3).isEmpty()); in testGetIsolatedProcesses()
823 getIsolatedProcesses(uid3).isEmpty()); in testGetIsolatedProcesses()