Searched refs:FLAG_DEMO (Results 1 – 4 of 4) sorted by relevance
93 public static final int FLAG_DEMO = 0x00000200; field in UserInfo162 return (flags & FLAG_DEMO) == FLAG_DEMO; in isDemo()
199 final int flags = UserInfo.FLAG_DEMO in handleMessage()
182 | UserInfo.FLAG_DEMO;2223 final boolean isDemo = (flags & UserInfo.FLAG_DEMO) != 0; in createUserInternalUnchecked()2269 && (flags & UserInfo.FLAG_DEMO) == 0) { in createUserInternalUnchecked()
952 flags |= UserInfo.FLAG_DEMO; in runCreateUser()