Home
last modified time | relevance | path

Searched defs:um (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/multiuser/src/android/multiuser/cts/
DUserVisibilityTest.java68 UserManager um = context.getSystemService(UserManager.class); in testIsUserVisible_differentContext_noPermission() local
78 UserManager um = context.getSystemService(UserManager.class); in testIsUserVisible_differentContext_withPermission() local
121 UserManager um = context.getSystemService(UserManager.class); in testIsUserVisible_stoppedProfileOfCurrentUser() local
132 UserManager um = context.getSystemService(UserManager.class); in testGetVisibleUsers_noPermission() local
185 UserManager um = context.getSystemService(UserManager.class); in testGetVisibleUsers_stoppedProfileOfCurrentUser() local
DUserManagerTest.java193 UserManager um = userContext.getSystemService(UserManager.class); in testIsAdminUserForOtherUserContextFailsWithoutPermission() local
219 UserManager um = userContext.getSystemService(UserManager.class); in testIsAdminUserForOtherUserContextWithPermission() local
262 UserManager um = context.getSystemService(UserManager.class); in testIsUserForeground_differentContext_noPermission() local
281 UserManager um = userContext.getSystemService(UserManager.class); in testIsUserForeground_differentContext_withPermission() local
368 UserManager um = context.getSystemService(UserManager.class); in testIsUserRunning_stoppedProfileOfCurrentUser() local
384 UserManager um = in testIsUserRunning_stoppedSecondaryUser() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DResetPasswordWithTokenTest.java57 UserManager um = mContext.getSystemService(UserManager.class); in testResetPasswordBeforeUnlock() local
73 UserManager um = mContext.getSystemService(UserManager.class); in testClearPasswordBeforeUnlock() local
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DUpdateOwnershipEnforcementTestBase.kt36 val um = instrumentation.targetContext.getSystemService(UserManager::class.java) in assumeRunOnPrimaryUser() constant
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DUpdateOwnershipTestBase.java41 UserManager um = getContext().getSystemService(UserManager.class); in assumeRunOnPrimaryUser() local
/cts/tests/app/src/android/app/cts/
DKeyguardManagerStatusTest.java54 final UserManager um = instContext.getSystemService(UserManager.class); in testCommunalProfileIsConsideredUnlocked() local
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DCujTestBase.java160 UserManager um = activity.getSystemService(UserManager.class); in isVisibleBackgroundNonProfileUser() local
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java113 final UserManager um = (UserManager) getSystemService(Context.USER_SERVICE); in start() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DUserRestrictionsTest.java389 var um = TestApis.context().instrumentedContext().getSystemService(UserManager.class); in addUserRestriction_setByDmrh() local
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java175 UserManager um = (UserManager) getSystemService(Context.USER_SERVICE); in getUserHandleArgument() local