Home
last modified time | relevance | path

Searched refs:getId (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DModuleResult.java167 public String getId() { in getId() method in ModuleResult
259 return getId().compareTo(another.getId()); in compareTo()
277 if (!otherModuleResult.getId().equals(getId())) { in mergeFrom()
280 otherModuleResult.getId(), getId())); in mergeFrom()
DIModuleResult.java25 String getId(); in getId() method
DLightInvocationResult.java64 mModuleIds.add(module.getId()); in LightInvocationResult()
114 mModuleIds.add(moduleResult.getId()); in mergeModuleResult()
DChecksumReporter.java283 .append(module.getId()).append(SEPARATOR) in generateTestResultSignature()
332 .append(module.getId()).append(SEPARATOR) in generateModuleResultSignature()
342 .append(module.getId()).append(SEPARATOR) in generateModuleSummarySignature()
DInvocationResult.java110 IModuleResult existingModuleResult = getOrCreateModule(moduleResult.getId()); in mergeModuleResult()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/test/widgets/
DContentWidget.java46 if (parent.getId() == android.R.id.content && parent instanceof ViewGroup) { in onAttachedToWindow()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DTemporaryNotificationChannel.java51 public String getId() { in getId() method in TemporaryNotificationChannel
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScheduledScenarioRunner.java213 context.getPackageName(), Process.myPid(), Thread.currentThread().getId()); in suspensionAwareSleep()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java119 if (sbn.getId() == id) { in checkNotificationExistence()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneParser.java347 tombstoneBuilder.putThreads(threadBuilder.getId(), threadBuilder.build()); in parseTombstone()
528 tombstoneBuilder.putThreads(mainThreadBuilder.getId(), mainThreadBuilder.build()); in parseMainThread()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java560 assertEquals("Incorrect ID", ID_A, moduleA.getId()); in checkResult()
589 assertEquals("Incorrect ID", ID_B, moduleB.getId()); in checkResult()