Searched refs:FLAG_DEMO (Results 1 – 7 of 7) sorted by relevance
61 public static final int FLAG_DEMO = UserInfo.FLAG_DEMO; field in UserManagerHelper
87 mShadowUserManager.addUser(UserHandle.myUserId(), "test", UserInfo.FLAG_DEMO); in isAvailable_demoUser()
136 .thenReturn(new UserInfo(UserHandle.myUserId(), "test", UserInfo.FLAG_DEMO)); in isAvailable_demoUser()
316 field TIRAMISU_0 int FLAG_DEMO = UserInfo.FLAG_DEMO;
339 field public static final int FLAG_DEMO = 512; // 0x200
2810 | UserManagerHelper.FLAG_DEMO
2287 createUserWithRestrictionsInvalidTypes(UserManagerHelper.FLAG_DEMO); in testCreateUserWithRestrictions_invalidFlags()