Searched refs:FLAG_MAIN (Results 1 – 3 of 3) sorted by relevance
34 public static final int FLAG_MAIN = 0x00004000; field in UserInfo167 return (mFlag & FLAG_MAIN) == FLAG_MAIN; in isMain()
112 UserInfo.FLAG_PRIMARY, UserInfo.FLAG_MAIN, UserInfo.FLAG_GUEST in testSetUpRunAsSystem_ifSystemSwitchIsNotAllowed_switchToMain()137 UserInfo.FLAG_PRIMARY, UserInfo.FLAG_MAIN, UserInfo.FLAG_GUEST in testSetUpRunAsSystem_ifSystemSwitchIsNotAllowed_noSwitchIfAlreadyOnMainUser()
147 private static final int FLAG_MAIN = 0x00004000; // From the UserInfo class field in TestDevice2018 return getUserIdByFlag(FLAG_MAIN); in getMainUserId()