Searched refs:otherUserUid (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
H A D | AppOpsPrivacyItemMonitorTest.kt | 278 val otherUserUid = otherUser * UserHandle.PER_USER_RANGE regex 284 AppOpItem(AppOpsManager.OP_CAMERA, otherUserUid, TEST_PACKAGE_NAME, 0)) 297 assertEquals(otherUserUid, privacyItems[0].application.uid)
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/ |
H A D | StatusBarManagerServiceTest.java | 274 int otherUserUid = UserHandle.getUid(17, UserHandle.getAppId(Binder.getCallingUid())); in testCheckUid_pass_differentUser() local 276 .thenReturn(otherUserUid); in testCheckUid_pass_differentUser()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 9276 int otherUserUid = (otherUserId * 100000) + 1; // sysui as a different user 9284 .thenReturn(otherUserUid); 9291 eq(otherUserUid), eq(nr.getSbn().getPackageName()), eq(uri), anyInt(), anyInt(),
|