Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DAppOpsPrivacyItemMonitorTest.kt288 val otherUserUid = otherUser * UserHandle.PER_USER_RANGE in testListFilterCurrentUser() constant
294 AppOpItem(AppOpsManager.OP_CAMERA, otherUserUid, TEST_PACKAGE_NAME, 0)) in testListFilterCurrentUser()
307 assertEquals(otherUserUid, privacyItems[0].application.uid) in testListFilterCurrentUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
DStatusBarManagerServiceTest.java289 int otherUserUid = UserHandle.getUid(17, UserHandle.getAppId(Binder.getCallingUid())); in testCheckUid_pass_differentUser() local
291 .thenReturn(otherUserUid); in testCheckUid_pass_differentUser()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10482 int otherUserUid = (otherUserId * 100000) + 1; // sysui as a different user
10490 .thenReturn(otherUserUid);
10497 eq(otherUserUid), eq(nr.getSbn().getPackageName()), eq(uri), anyInt(), anyInt(),