Home
last modified time | relevance | path

Searched refs:newUserId (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java236 int newUserId = -1; in testCreateAndManageEphemeralUser() local
239 newUserId = userId; in testCreateAndManageEphemeralUser()
245 int flags = getUserFlags(newUserId); in testCreateAndManageEphemeralUser()
DManagedProfileTest.java138 int newUserId = -1; in testMaxOneManagedProfile() local
140 newUserId = createManagedProfile(mParentUserId); in testMaxOneManagedProfile()
143 if (newUserId > 0) { in testMaxOneManagedProfile()
144 removeUser(newUserId); in testMaxOneManagedProfile()