Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyItemControllerTest.kt373 val otherUser = CURRENT_USER_ID + 1 in testListFilterCurrentUser() constant
397 val otherUser = CURRENT_USER_ID + 1 in testAlwaysGetPhoneCameraOps() constant
420 val otherUser = CURRENT_USER_ID + 1 in testAlwaysGetPhoneMicOps() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsListingControllerImplTest.kt84 private val otherUser = user + 1 in capture() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsBindingControllerImplTest.kt78 private val otherUser = UserHandle.of(user.identifier + 1) in capture() constant in com.android.systemui.controls.controller.ControlsBindingControllerImplTest
DControlsControllerImplTest.kt137 private val otherUser = user + 1 in <lambda>() constant in com.android.systemui.controls.controller.ControlsControllerImplTest
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java176 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST); in testSettingsChangeForOtherUser() local
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DBackupManagerServiceTest.java421 int otherUser = NON_USER_SYSTEM + 1; in setBackupServiceActive_forOneNonSystemUser_doesNotActivateForAllNonSystemUsers() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootWindowContainerTests.java999 int otherUser = currentUser + 1; in testSwitchUser_missingHomeRootTask() local
/frameworks/base/core/java/android/os/
DUserManager.java3680 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup()