Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyItemControllerTest.kt374 val otherUserUid = otherUser * UserHandle.PER_USER_RANGE regex
379 AppOpItem(AppOpsManager.OP_CAMERA, otherUserUid, TEST_PACKAGE_NAME, 0))
392 assertEquals(otherUserUid, argCaptor.value[0].application.uid)
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7017 int otherUserUid = (otherUserId * 100000) + 1; // sysui as a different user in testGrantInlineReplyUriPermission_acrossUsers() local
7025 .thenReturn(otherUserUid); in testGrantInlineReplyUriPermission_acrossUsers()
7032 eq(otherUserUid), eq(nr.getSbn().getPackageName()), eq(uri), anyInt(), anyInt(), in testGrantInlineReplyUriPermission_acrossUsers()