Searched refs:getUserFlags (Results 1 – 4 of 4) sorted by relevance
42 int flags = getUserFlags(userId); in testCreateEphemeralUser()52 int flags = getUserFlags(userId); in testCreateLongLivedUser()68 int flags = getUserFlags(profileId); in testProfileInheritsEphemeral()96 int flags = getUserFlags(userId); in testEphemeralGuestFeature()
325 protected int getUserFlags(int userId) throws DeviceNotAvailableException { in getUserFlags() method in BaseDevicePolicyTest363 if ((getUserFlags(userId) & FLAG_MANAGED_PROFILE) != 0) { in getFirstManagedProfileUserId()
378 int flags = getUserFlags(newUserId); in testCreateAndManageUser_Ephemeral()
137 if ((mDevice.getUserFlags(userId) & FLAG_GUEST) != 0) { in getGuestUser()