Home
last modified time | relevance | path

Searched refs:getContextForOtherUser (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/multiuser/src/android/multiuser/cts/
DUserVisibilityTest.java20 import static android.multiuser.cts.TestingUtils.getContextForOtherUser;
76 Context context = getContextForOtherUser(); in testIsUserVisible_differentContext_withPermission()
130 Context context = getContextForOtherUser(); in testGetVisibleUsers_noPermission()
DTestingUtils.java41 static Context getContextForOtherUser() { in getContextForOtherUser() method in TestingUtils
DUserManagerTest.java27 import static android.multiuser.cts.TestingUtils.getContextForOtherUser;
251 Context context = getContextForOtherUser(); in testIsUserForeground_differentContext_noPermission()
270 Context userContext = getContextForOtherUser(); in testIsUserForeground_differentContext_withPermission()