Searched defs:userType (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutEventHelper.java | 46 String userKey, String runId, UserType userType, String subToolName) { in createStartEvent() 76 UserType userType, in createFinishedEvent() 111 String userKey, String runId, UserType userType, String subToolName) { in createRunStartEvent() 141 UserType userType, in creatRunTestFinished() 176 String userKey, String runId, UserType userType, String subToolName) { in createBaseExternalEventBuilder() 196 String userKey, String runId, UserType userType, String subToolName) { in createBaseInternalEventBuilder()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | UserInfo.java | 129 public UserInfo(int userId, String userName, int flag, boolean isRunning, String userType) { in UserInfo() 195 public boolean isUserType(UserType userType, int currentUserId) { in isUserType()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ProfileTargetPreparer.java | 67 ProfileTargetPreparer(UserType userType, String actualType) { in ProfileTargetPreparer() 349 void setProfileUserType(String userType) { in setProfileUserType()
|