Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DAppOpsPrivacyItemMonitorTest.kt278 val otherUserUid = otherUser * UserHandle.PER_USER_RANGE regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
H A DStatusBarManagerServiceTest.java274 int otherUserUid = UserHandle.getUid(17, UserHandle.getAppId(Binder.getCallingUid())); in testCheckUid_pass_differentUser() local