Home
last modified time | relevance | path

Searched defs:otherUser (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImplTest.kt137 val otherUser = 10 regex
148 val otherUser = 10 regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyItemControllerTest.kt373 val otherUser = CURRENT_USER_ID + 1 regex
397 val otherUser = CURRENT_USER_ID + 1 regex
420 val otherUser = CURRENT_USER_ID + 1 regex
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
H A DProfileSwitcherTest.java100 UserInfo otherUser = generateUser(1001, "Other User", /* supportsSwitch= */ true, in switchNotAllowed_returnsOnlyCurrentUser() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DControlsListingControllerImplTest.kt84 private val otherUser = user + 1 regex
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java176 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST); in testSettingsChangeForOtherUser() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImplTest.kt78 private val otherUser = UserHandle.of(user.identifier + 1) regex
H A DControlsControllerImplTest.kt137 private val otherUser = user + 1 regex
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
H A DBackupManagerServiceTest.java421 int otherUser = NON_USER_SYSTEM + 1; in setBackupServiceActive_forOneNonSystemUser_doesNotActivateForAllNonSystemUsers() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java1001 int otherUser = currentUser + 1; in testSwitchUser_missingHomeRootTask() local
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DUtils.java559 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf()
/aosp12/frameworks/base/core/java/android/os/
H A DUserManager.java3680 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup()