Home
last modified time | relevance | path

Searched refs:getEventId (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DPowerUsageAdvancedTest.java159 assertThat(mPowerUsageAdvanced.mHighlightEventWrapper.get().getEventId()) in onDisplayAnomalyEventUpdated_withSettingsAnomalyEvent_skipHighlightSlotEffect()
160 .isEqualTo(event.getEventId()); in onDisplayAnomalyEventUpdated_withSettingsAnomalyEvent_skipHighlightSlotEffect()
175 assertThat(mPowerUsageAdvanced.mHighlightEventWrapper.get().getEventId()) in onDisplayAnomalyEventUpdated_onlyAppAnomalyEvent_setHighlightSlotEffect()
176 .isEqualTo(event.getEventId()); in onDisplayAnomalyEventUpdated_onlyAppAnomalyEvent_setHighlightSlotEffect()
199 assertThat(mPowerUsageAdvanced.mHighlightEventWrapper.get().getEventId()) in onDisplayAnomalyEventUpdated_withSettingsCardAndAppsSlotEvent_showExpected()
200 .isEqualTo(appsEvent.getEventId()); in onDisplayAnomalyEventUpdated_withSettingsCardAndAppsSlotEvent_showExpected()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DEventReportTest.java284 assertEquals(source.getEventId(), report.getSourceEventId()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution()
335 assertEquals(source.getEventId(), report.getSourceEventId()); in populate_eventSourceAppDestWithoutInstallConfigured()
380 assertEquals(source.getEventId(), report.getSourceEventId()); in testpopulate_shouldTruncateTriggerDataWith64thBit()
422 assertEquals(source.getEventId(), report.getSourceEventId()); in populate_eventSourceWebDestWithoutInstallAttribution()
458 assertEquals(source.getEventId(), report.getSourceEventId()); in populate_eventSourceAppDestWithInstallAttribution()
497 assertEquals(source.getEventId(), report.getSourceEventId()); in populate_eventSourceWebDestWithInstallAttribution()
534 assertEquals(source.getEventId(), report.getSourceEventId()); in populate_navigationSourceAppDestWithoutInstall()
574 assertEquals(source.getEventId(), report.getSourceEventId()); in populate_navigationSourceWebDestWithoutInstall()
616 assertEquals(source.getEventId(), report.getSourceEventId()); in testPopulate_navigationSourceAppDestWithInstallAttribution()
661 assertEquals(source.getEventId(), report.getSourceEventId()); in testpopulate_navigationSourceWebDestWithInstallAttribution()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java412 if (item.getEventId() == 0) { in handleEvents()
476 newEitItemMap.put(item.getEventId(), item); in handleEvents()
479 EitItem item = newEitItemMap.get(oldItem.getEventId()); in handleEvents()
489 && oldItem.getEventId() == item.getEventId() in handleEvents()
509 newEitItemMap.remove(item.getEventId()); in handleEvents()
575 .withValue(TvContract.Programs.COLUMN_VERSION_NUMBER, item.getEventId()); in buildContentProviderOperation()
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/analytics/
DAnalyticsRoboTestUtils.java36 assertThat(logger1.getEventId()).isEqualTo(logger2.getEventId()); in assertDevicePolicyEventLoggerEqual()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java307 assertEquals(DEFAULT_EVENT_ID, result.getEventId()); in testBasicSourceRequest()
440 assertEquals(new UnsignedLong(987654321L), result.getEventId()); in fetchSource_multipleWebDestinations_success()
477 assertEquals(new UnsignedLong(987654321L), result.getEventId()); in fetchSource_emptyWebDestinations_success()
526 assertEquals(new UnsignedLong(987654321L), result.getEventId()); in fetchSource_duplicateWebDestinationsInList_removesDuplicates()
705 assertEquals(new UnsignedLong(987654321L), result.getEventId()); in testSourceRequestWithPostInstallAttributes()
747 assertEquals(new UnsignedLong(987654321L), result.getEventId()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()
796 assertEquals(new UnsignedLong(987654321L), result.getEventId()); in testSourceRequestWithInstallAttributesOutofBounds()
1095 assertEquals(DEFAULT_EVENT_ID, result.getEventId()); in testBasicSourceRequestMinimumFields()
1166 assertEquals(DEFAULT_EVENT_ID, result.getEventId()); in sourceRequest_expiry_tooEarly_setToMin()
1206 assertEquals(DEFAULT_EVENT_ID, result.getEventId()); in sourceRequest_expiry_tooLate_setToMax()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java392 body.put(Body.SOURCE_EVENT_ID, source.getEventId().toString()); in scheduleSourceDestinationLimitDebugReport()
571 body.put(Body.SOURCE_EVENT_ID, source.getEventId().toString()); in generateSourceDebugReportBody()
625 body.put(Body.SOURCE_EVENT_ID, source.getEventId().toString()); in generateTriggerDebugReportBody()
654 body.put(Body.SOURCE_EVENT_ID, source.getEventId()); in generateTriggerDebugReportBodyWithAllFields()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DAnomalyEventWrapper.java102 String getEventId() { in getEventId() method in AnomalyEventWrapper
103 return mPowerAnomalyEvent.hasEventId() ? mPowerAnomalyEvent.getEventId() : null; in getEventId()
DPowerUsageAdvanced.java444 + (filterAnomalyEvent == null ? null : filterAnomalyEvent.getEventId())); in getAnomalyEvent()
451 stringBuilder.append(anomalyEvent.getEventId()).append(", "); in logPowerAnomalyEventList()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/events/
DEventTest.java57 assertEquals(event1.getEventId(), eventId); in testBuilderAndEquals()
DJoinedEventTest.java56 assertEquals(joinedEvent1.getEventId(), eventId); in testBuilderAndEquals()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/
DProcessMetricsJobService.java141 .createEvent(event.getEventId()) in devicePolicyEventToLogger()
DDeferredMetricsWriter.java111 .setEventId(eventLogger.getEventId()) in eventLoggerToDevicePolicyEvent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java467 mBuilding.mSourceEventId = source.getEventId(); in populateFromSourceAndTrigger()
505 mBuilding.mSourceEventId = source.getEventId(); in getForFlex()
DSource.java701 public UnsignedLong getEventId() { in getEventId() method in Source
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DPsipData.java718 public int getEventId() { in getEventId() method in PsipData.EitItem
789 int ret = mEventId - item.getEventId(); in compareTo()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEvent.java106 public long getEventId() { in getEventId() method in Event
DJoinedEvent.java115 public long getEventId() { in getEventId() method in JoinedEvent
DJoinedTableDao.java152 if (joinedEvent.getEventId() == 0) { in populateTable()
/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
DTsParser.java412 itemSet.put(item.getEventId(), item); in handleEvents()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java2093 assertEquals(source2.getEventId(), matchingSourceList.get(0).getEventId()); in shouldAttributedToInstallAttributedSource()
2178 assertEquals(source1.getEventId(), matchingSourceList.get(0).getEventId()); in shouldNotAttributeToOldInstallAttributedSource()
3670 .setSourceEventId(source.getEventId())
3766 .setSourceEventId(source.getEventId())
3864 .setSourceEventId(source.getEventId())
3960 .setSourceEventId(source.getEventId())
4059 .setSourceEventId(source.getEventId())
6780 .setSourceEventId(source.getEventId())
6879 .setSourceEventId(source.getEventId())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java806 .setSourceEventId(source.getEventId()) in generateFakeEventReports()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java3021 sourceValues.put(SourceContract.EVENT_ID, s1.getEventId().getValue()); in deleteSource_providedId_deletesMatchingXnaIgnoredSource()
6625 if (source.getEventId() != null) { in insertSource()
6626 values.put(SourceContract.EVENT_ID, source.getEventId().getValue()); in insertSource()
8379 values.put(SourceContract.EVENT_ID, validSource.getEventId().toString()); in testPersistAndRetrieveSource_handlesPreExistingNegativeValues()
9691 .setSourceEventId(source1.getEventId()) in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()
9703 .setSourceEventId(source1.getEventId()) in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()
9716 .setSourceEventId(source1.getEventId()) in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()
9868 .setSourceEventId(source1.getEventId()) in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()
9880 .setSourceEventId(source1.getEventId()) in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()
9893 .setSourceEventId(source1.getEventId()) in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()
[all …]
DAbstractDbIntegrationTest.java376 getNullableUnsignedLong(source.getEventId())); in insertToDb()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java675 values.put(SourceContract.EVENT_ID, source.getEventId().getValue()); in insertSource()