Home
last modified time | relevance | path

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

/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutEventHelper.java46 String userKey, String runId, UserType userType, String subToolName) { in createStartEvent() argument
47 if (UserType.GOOGLE.equals(userType)) { in createStartEvent()
49 createBaseInternalEventBuilder(userKey, runId, userType, subToolName); in createStartEvent()
57 createBaseExternalEventBuilder(userKey, runId, userType, subToolName); in createStartEvent()
76 UserType userType, in createFinishedEvent() argument
79 if (UserType.GOOGLE.equals(userType)) { in createFinishedEvent()
81 createBaseInternalEventBuilder(userKey, runId, userType, subToolName); in createFinishedEvent()
95 createBaseExternalEventBuilder(userKey, runId, userType, subToolName); in createFinishedEvent()
111 String userKey, String runId, UserType userType, String subToolName) { in createRunStartEvent() argument
112 if (UserType.GOOGLE.equals(userType)) { in createRunStartEvent()
[all …]
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DUserInfo.java129 public UserInfo(int userId, String userName, int flag, boolean isRunning, String userType) { in UserInfo() argument
131 mUserType = userType; in UserInfo()
195 public boolean isUserType(UserType userType, int currentUserId) { in isUserType() argument
196 switch (userType) { in isUserType()
218 throw new RuntimeException("Variant not covered: " + userType); in isUserType()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DProfileTargetPreparer.java67 ProfileTargetPreparer(UserType userType, String actualType) { in ProfileTargetPreparer() argument
68 mTradefedUserType = userType; in ProfileTargetPreparer()
349 void setProfileUserType(String userType) { in setProfileUserType() argument
350 mProfileUserType = userType; in setProfileUserType()