Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobSetTest.java88 final int callingUid2 = UserHandle.getUid(SECONDARY_USER_ID_2, 1); in testBothMapsHaveSameJobs() local
90 final JobStatus testJob2 = getJobStatusWithCallinUid(2, callingUid2); in testBothMapsHaveSameJobs()
94 mJobSet.add(getJobStatusWithCallinUid(i, (i%2 == 0) ? callingUid2 : callingUid1)); in testBothMapsHaveSameJobs()