Searched defs:otherUser (Results 1 – 8 of 8) sorted by relevance
373 val otherUser = CURRENT_USER_ID + 1 in testListFilterCurrentUser() constant397 val otherUser = CURRENT_USER_ID + 1 in testAlwaysGetPhoneCameraOps() constant420 val otherUser = CURRENT_USER_ID + 1 in testAlwaysGetPhoneMicOps() constant
84 private val otherUser = user + 1 in capture() constant
78 private val otherUser = UserHandle.of(user.identifier + 1) in capture() constant in com.android.systemui.controls.controller.ControlsBindingControllerImplTest
137 private val otherUser = user + 1 in <lambda>() constant in com.android.systemui.controls.controller.ControlsControllerImplTest
176 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST); in testSettingsChangeForOtherUser() local
421 int otherUser = NON_USER_SYSTEM + 1; in setBackupServiceActive_forOneNonSystemUser_doesNotActivateForAllNonSystemUsers() local
999 int otherUser = currentUser + 1; in testSwitchUser_missingHomeRootTask() local
3680 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup()