Searched refs:UserType (Results 1 – 19 of 19) sorted by relevance
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutEventHelper.java | 19 import com.android.asuite.clearcut.Common.UserType; 46 String userKey, String runId, UserType userType, String subToolName) { in createStartEvent() 47 if (UserType.GOOGLE.equals(userType)) { in createStartEvent() 76 UserType userType, in createFinishedEvent() 79 if (UserType.GOOGLE.equals(userType)) { in createFinishedEvent() 111 String userKey, String runId, UserType userType, String subToolName) { in createRunStartEvent() 112 if (UserType.GOOGLE.equals(userType)) { in createRunStartEvent() 141 UserType userType, in creatRunTestFinished() 144 if (UserType.GOOGLE.equals(userType)) { in creatRunTestFinished() 176 String userKey, String runId, UserType userType, String subToolName) { in createBaseExternalEventBuilder() [all …]
|
D | NoticeMessageUtil.java | 18 import com.android.asuite.clearcut.Common.UserType; 39 public static String getNoticeMessage(UserType type) { in getNoticeMessage() 40 if (UserType.EXTERNAL.equals(type)) { in getNoticeMessage()
|
D | ClearcutClient.java | 23 import com.android.asuite.clearcut.Common.UserType; 79 private final UserType mUserType; 103 mUserType = UserType.GOOGLE; in ClearcutClient() 106 mUserType = UserType.EXTERNAL; in ClearcutClient()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | SwitchUserTargetPreparer.java | 42 private UserInfo.UserType mUserToSwitchTo = UserInfo.UserType.CURRENT; 103 if (UserInfo.UserType.SYSTEM.equals(mUserToSwitchTo) in setUserToSwitchTo() 106 mUserToSwitchTo = UserInfo.UserType.MAIN; in setUserToSwitchTo()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | UserInfo.java | 52 public enum UserType { enum in UserInfo 195 public boolean isUserType(UserType userType, int currentUserId) { in isUserType()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ProfileTargetPreparer.java | 25 import com.android.tradefed.device.UserInfo.UserType; 51 private UserType mTradefedUserType; 67 ProfileTargetPreparer(UserType userType, String actualType) { in ProfileTargetPreparer() 354 void setTradefedUserType(UserType tradefedUserType) { in setTradefedUserType()
|
D | RunOnPrivateProfileTargetPreparer.java | 19 import static com.android.tradefed.device.UserInfo.UserType.PRIVATE_PROFILE;
|
D | RunOnWorkProfileTargetPreparer.java | 19 import static com.android.tradefed.device.UserInfo.UserType.MANAGED_PROFILE;
|
D | RunOnCloneProfileTargetPreparer.java | 19 import static com.android.tradefed.device.UserInfo.UserType.CLONE_PROFILE;
|
/tools/asuite/atest/proto/ |
D | common.proto | 13 enum UserType { enum
|
D | external_user_log.proto | 59 optional UserType user_type = 3;
|
D | internal_user_log.proto | 75 optional UserType user_type = 3;
|
/tools/tradefederation/core/atest_proto/proto/ |
D | common.proto | 13 enum UserType { enum
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | UserChecker.java | 42 private UserInfo.UserType mUserToSwitchTo = UserInfo.UserType.CURRENT;
|
/tools/tradefederation/core/atest_proto/ |
D | external_user_log.proto | 59 optional UserType user_type = 3;
|
D | internal_user_log.proto | 75 optional UserType user_type = 3;
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | RunOnCloneProfileTargetPreparerTest.java | 19 import static com.android.tradefed.device.UserInfo.UserType.CLONE_PROFILE;
|
D | RunOnPrivateProfileTargetPreparerTest.java | 19 import static com.android.tradefed.device.UserInfo.UserType.PRIVATE_PROFILE;
|
D | RunOnWorkProfileTargetPreparerTest.java | 19 import static com.android.tradefed.device.UserInfo.UserType.MANAGED_PROFILE;
|