Searched refs:otherUid (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/ |
D | ChangeReporterTest.java | 36 int myUid = 1022, otherUid = 1023; in testStatsLogOnce() local 46 assertTrue(reporter.shouldWriteToStatsLog(otherUid, myChangeId, myState)); in testStatsLogOnce() 72 int myUid = 1022, otherUid = 1023; in testDebugLogOnce() local 82 assertTrue(reporter.shouldWriteToDebug(otherUid, myChangeId, myState)); in testDebugLogOnce()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | AppsFilterImpl.java | 956 int otherUid = UserHandle.getUid(otherUser, otherSetting.getAppId()); in updateShouldFilterCacheForUser() local 960 otherUid, otherSetting, subjectSetting, subjectUserId); in updateShouldFilterCacheForUser() 961 mShouldFilterCache.put(subjectUid, otherUid, shouldFilterSubjectToOther); in updateShouldFilterCacheForUser() 962 mShouldFilterCache.put(otherUid, subjectUid, shouldFilterOtherToSubject); in updateShouldFilterCacheForUser()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
D | AlarmManagerServiceTest.java | 3244 final int otherUid = 2313; 3255 final PendingIntent otherPackageExactAlarm = getNewMockPendingIntent(otherUid, 3257 setTestAlarm(ELAPSED_REALTIME, 0, 0, otherPackageExactAlarm, 0, 0, otherUid, otherPackage, 3264 final PendingIntent otherPackageInexactAlarm = getNewMockPendingIntent(otherUid, 3266 setTestAlarm(ELAPSED_REALTIME, 0, 23, otherPackageInexactAlarm, 0, 0, otherUid,
|
/frameworks/av/services/audiopolicy/tests/ |
D | audiopolicymanager_tests.cpp | 1044 const uid_t otherUid = 4321; in TEST_F() local 1085 mManager->clearPreferredMixerAttributes(&mediaAttr, usbPortId, otherUid)); in TEST_F()
|