Searched refs:FLAG_GUEST (Results 1 – 3 of 3) sorted by relevance
34 private static final int FLAG_GUEST = 0x00000004; field in BaseMultiUserTest137 if ((mDevice.getUserFlags(userId) & FLAG_GUEST) != 0) { in getGuestUser()
95 int userId = createUser(FLAG_GUEST); in testEphemeralGuestFeature()
107 protected static final int FLAG_GUEST = 0x00000004; field in BaseDevicePolicyTest624 boolean guest = FLAG_GUEST == (flags & FLAG_GUEST); in createUser()