Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DEphemeralUserTest.java42 int flags = getUserFlags(userId); in testCreateEphemeralUser()
52 int flags = getUserFlags(userId); in testCreateLongLivedUser()
67 int flags = getUserFlags(profileId); in testProfileInheritsEphemeral()
95 int flags = getUserFlags(userId); in testEphemeralGuestFeature()
DDeviceOwnerTest.java215 assertTrue("User must be ephemeral", 0 != (getUserFlags(userId) & FLAG_EPHEMERAL)); in testCreateUserAfterSetForceEphemeralUsers()
233 int flags = getUserFlags(newUserId); in testCreateAndManageEphemeralUser()
DBaseDevicePolicyTest.java193 protected int getUserFlags(int userId) throws DeviceNotAvailableException { in getUserFlags() method in BaseDevicePolicyTest
221 if ((getUserFlags(userId) & FLAG_MANAGED_PROFILE) != 0) { in getFirstManagedProfileUserId()