Searched refs:getId (Results 1 – 11 of 11) sorted by relevance
167 public String getId() { in getId() method in ModuleResult259 return getId().compareTo(another.getId()); in compareTo()277 if (!otherModuleResult.getId().equals(getId())) { in mergeFrom()280 otherModuleResult.getId(), getId())); in mergeFrom()
25 String getId(); in getId() method
64 mModuleIds.add(module.getId()); in LightInvocationResult()114 mModuleIds.add(moduleResult.getId()); in mergeModuleResult()
283 .append(module.getId()).append(SEPARATOR) in generateTestResultSignature()332 .append(module.getId()).append(SEPARATOR) in generateModuleResultSignature()342 .append(module.getId()).append(SEPARATOR) in generateModuleSummarySignature()
110 IModuleResult existingModuleResult = getOrCreateModule(moduleResult.getId()); in mergeModuleResult()
46 if (parent.getId() == android.R.id.content && parent instanceof ViewGroup) { in onAttachedToWindow()
51 public String getId() { in getId() method in TemporaryNotificationChannel
213 context.getPackageName(), Process.myPid(), Thread.currentThread().getId()); in suspensionAwareSleep()
119 if (sbn.getId() == id) { in checkNotificationExistence()
347 tombstoneBuilder.putThreads(threadBuilder.getId(), threadBuilder.build()); in parseTombstone()528 tombstoneBuilder.putThreads(mainThreadBuilder.getId(), mainThreadBuilder.build()); in parseMainThread()
560 assertEquals("Incorrect ID", ID_A, moduleA.getId()); in checkResult()589 assertEquals("Incorrect ID", ID_B, moduleB.getId()); in checkResult()