Home
last modified time | relevance | path

Searched refs:FLAG_MAIN (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DUserInfo.java34 public static final int FLAG_MAIN = 0x00004000; field in UserInfo
167 return (mFlag & FLAG_MAIN) == FLAG_MAIN; in isMain()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DSwitchUserTargetPreparerTest.java112 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()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java147 private static final int FLAG_MAIN = 0x00004000; // From the UserInfo class field in TestDevice
2018 return getUserIdByFlag(FLAG_MAIN); in getMainUserId()