/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowProfilingOverviewServlet.java | 78 boolean hasBranchFilter = parameterMap.containsKey(FilterUtil.FilterKey.BRANCH.getValue()); in doGetHandler() 84 parameterMap, FilterUtil.FilterKey.BRANCH.getValue())); in doGetHandler() 90 boolean hasTargetFilter = parameterMap.containsKey(FilterUtil.FilterKey.TARGET.getValue()); in doGetHandler() 97 parameterMap, FilterUtil.FilterKey.TARGET.getValue()))); in doGetHandler()
|
D | ShowCoverageOverviewServlet.java | 272 entry.getKey(), CodeCoverageEntity.class, entry.getValue().getId()); in getCoverageDispatcher() 274 testRunEntityMap.put(entry.getValue().getId(), entry.getValue()); in getCoverageDispatcher() 284 codeCoverageEntityMap.put(entry.getValue().getId(), entry.getValue()); in getCoverageDispatcher() 294 CodeCoverageEntity codeCoverageEntity = entry.getValue(); in getCoverageDispatcher()
|
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/ |
D | VtsHalUsbGadgetV1_2HostTest.java | 78 mContext = context.getValue(); in beforeClassWithDevice() 85 Pointer[] devices = list.getValue().getPointerArray(0, count); in checkProtocol() 92 ConfigDescriptor config = new ConfigDescriptor(configRef.getValue()); in checkProtocol()
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/ |
D | HalUsbGadgetV1_0HostTest.java | 64 mContext = context.getValue(); in beforeClassWithDevice() 71 Pointer[] devices = list.getValue().getPointerArray(0, count); in checkProtocol() 78 ConfigDescriptor config = new ConfigDescriptor(configRef.getValue()); in checkProtocol()
|
/test/catbox/report/src/com/android/catbox/util/ |
D | TestMetricsUtil.java | 111 storedMetricsForThisTest.put(key, entry.getValue()); in storeTestMetrics() 233 e.getValue()); 265 if (DataType.RAW.equals(entry.getValue().getType())) { 266 rawMetrics.put(entry.getKey(), entry.getValue());
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | DashboardEntity.java | 53 entry -> entry.getValue())); in saveAll()
|
D | TestAcknowledgmentEntity.java | 114 if (note != null) this.note = note.getValue(); in TestAcknowledgmentEntity()
|
D | TestSuiteResultEntity.java | 426 Matcher systemMatcher = entry.getValue().matcher(fingerprint); in getNormalizedVersion()
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 90 Assert.assertEquals(note.getValue(), deserialized.getNote()); in testEntitySerialization() 145 Assert.assertEquals(note.getValue(), deserialized.getNote()); in testJsonSerialization()
|
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/ |
D | MainActivity.java | 233 int threadCount = mThreadCount.getValue(); in startInferenceTest() 234 int testDurationMinutes = mTestDurationMinutes.getValue(); in startInferenceTest()
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 180 LocalDateTime now = LocalDateTime.of(year, month.getValue(), day, hour, minute); in testCanonicalTimeMidday() 201 LocalDateTime now = LocalDateTime.of(year, month.getValue(), day, hour, minute); in testCanonicalTimeMidnight()
|
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparerTest.java | 360 assertThat(captor.getValue()).isEqualTo(AaptVersion.AAPT2); in setUp_aaptVersionOptionSet_forwardsToInstaller() 500 optionSetter.setOptionValue(e.getKey(), e.getValue()); in build()
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/ |
D | ModuleGeneratorTest.java | 297 optionSetter.setOptionValue(entry.getKey(), entry.getValue()); in build()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | FilterUtil.java | 177 public String getValue() { in getValue() method in FilterUtil.FilterKey
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | VtsReportMessage.java | 6524 long getValue(int index); in getValue() method 6890 public long getValue(int index) { in getValue() method in VtsReportMessage.ProfilingReportMessage 7814 public long getValue(int index) { in getValue() method in VtsReportMessage.ProfilingReportMessage.Builder
|