/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 57 User user = UserServiceFactory.getUserService().getCurrentUser(); in testEntitySerialization() local 66 new TestAcknowledgmentEntity(key, user, branches, devices, testCaseNames, note); in testEntitySerialization() 71 Assert.assertEquals(user, e.getProperty(TestAcknowledgmentEntity.USER_OBJ)); in testEntitySerialization() 86 Assert.assertEquals(user, deserialized.getUserObj()); in testEntitySerialization() 97 User user = UserServiceFactory.getUserService().getCurrentUser(); in testEntitySerializationWithNulls() local 99 new TestAcknowledgmentEntity(key, user, null, null, null, null); in testEntitySerializationWithNulls() 104 Assert.assertEquals(user, e.getProperty(TestAcknowledgmentEntity.USER_OBJ)); in testEntitySerializationWithNulls() 113 Assert.assertEquals(user, deserialized.getUserObj()); in testEntitySerializationWithNulls() 124 User user = UserServiceFactory.getUserService().getCurrentUser(); in testJsonSerialization() local 133 new TestAcknowledgmentEntity(key, user, branches, devices, testCaseNames, note); in testJsonSerialization() [all …]
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | UserFavoriteEntity.java | 51 @Ignore public User user = null; field in UserFavoriteEntity 69 private UserFavoriteEntity(Key key, User user, Key testKey, boolean muteNotifications) { in UserFavoriteEntity() argument 71 this.user = user; in UserFavoriteEntity() 83 public UserFavoriteEntity(User user, Key testKey, boolean muteNotifications) { in UserFavoriteEntity() argument 84 this(null, user, testKey, muteNotifications); in UserFavoriteEntity() 100 favoriteEntity.setProperty(USER, this.user); in toEntity() 119 User user = (User) e.getProperty(USER); in fromEntity() local 125 return new UserFavoriteEntity(e.getKey(), user, testKey, muteNotifications); in fromEntity()
|
D | TestAcknowledgmentEntity.java | 76 private String user; field in TestAcknowledgmentEntity 192 User user = (User) e.getProperty(USER_OBJ); in fromEntity() local 211 e.getKey(), created, test, user, branches, devices, testCaseNames, note); in fromEntity() 225 public static TestAcknowledgmentEntity fromJson(User user, JsonObject json) { in fromJson() argument 257 key, -1l, testKey, user, branches, devices, testCaseNames, note); in fromJson()
|
/test/framework/harnesses/host_controller/tfc/ |
D | request.py | 43 def __init__(self, cluster, command_line, run_target, user, **kwargs): argument 57 user=user,
|
D | tfc_client_test.py | 52 user="user0")
|
/test/vti/dashboard/src/main/resources/ |
D | config.properties | 26 user.adminEmail= 27 user.adminName= 28 user.adminCompany=
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsAlertJobServletTest.java | 49 User user; field in VtsAlertJobServletTest 60 user = UserServiceFactory.getUserService().getCurrentUser(); in setUpExtra() 92 new TestAcknowledgmentEntity(testKey, user, null, null, null, null); in testSeparateAcknowledgedAll() 119 testKey, user, branches, devices, testCaseNames, null); in testSeparateAcknowledgedSpecific() 145 testKey, user, branches, devices, testCaseNames, null); in testSeparateAcknowledgedSpecificMismatch()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | UserFavoriteRestServlet.java | 63 User user, String test, boolean muteNotifications, HttpServletResponse response) in addFavorite() argument 76 new FilterPredicate(UserFavoriteEntity.USER, FilterOperator.EQUAL, user); in addFavorite() 95 new UserFavoriteEntity(user, addedTestKey, muteNotifications); in addFavorite() 123 User user, Key favoriteKey, boolean muteNotifications, HttpServletResponse response) in updateFavorite() argument 134 if (favorite.user.getUserId() == user.getUserId()) { in updateFavorite()
|
/test/framework/harnesses/host_controller/ |
D | console_test.py | 113 user = "user0" 118 "-- %s" % (user, cluster, run_target, command_line)) 120 self.assertEqual(user, req.user)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_request.py | 65 user=args.user)
|
/test/vti/dashboard/src/main/webapp/css/ |
D | dashboard_main.css | 21 user-select: none; 31 user-select: none; 77 user-select: none;
|
D | test_acknowledgments.css | 24 user-select: none; 58 user-select: none; 63 user-select: none; 76 user-select: none;
|
D | test_results.css | 19 user-select: none; 35 user-select: initial; 43 user-select: initial;
|
D | search_header.css | 28 user-select: none; 42 user-select: none;
|
D | show_test_acknowledgments.css | 20 user-select: none;
|
D | show_release.css | 31 user-select: none;
|
D | navbar.css | 17 user-select: none;
|
/test/vti/test_serving/gae/webapp/src/handlers/ |
D | base.py | 167 user = users.get_current_user() 168 if user: 180 'user': user,
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | EmailHelper.java | 112 && favoriteEntity.user != null in getSubscriberEmails() 114 Optional<String> userEmail = Optional.of(favoriteEntity.user.getEmail()); in getSubscriberEmails() 117 emailSet.add(favoriteEntity.user.getEmail()); in getSubscriberEmails()
|
/test/vts/testcases/vts_selftest/manual_tests/ |
D | README.txt | 9 It is up to the user's understanding and precaution before running tests
|
/test/mts/ |
D | README.md | 13 //TODO: add user manual
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | BaseServlet.java | 170 ? currentUser.map(user -> user.getEmail().trim()).orElse("") in doGet()
|
/test/vts-testcase/hal/ |
D | Android.bp | 44 // Userdebug only, should not be used to build modules contained in a user build device image.
|
/test/vts/ |
D | README.md | 15 devices, some test cases can be run on user build devices using its app namely,
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | README.md | 17 …eplex-android.git.corp.google.com/platform/vendor/google_toolbox/+/master/user/rago/studio/Loopbac…
|