/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleRecipientEntry.java | 31 final String destination, final int destinationType, final String destinationLabel, in BugleRecipientEntry() argument 35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId, in BugleRecipientEntry() 40 final int displayNameSource, final String destination, final int destinationType, in constructTopLevelEntry() argument 44 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType, in constructTopLevelEntry() 50 final int displayNameSource, final String destination, final int destinationType, in constructSecondLevelEntry() argument 54 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType, in constructSecondLevelEntry()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | SourceDestination.java | 33 @EventSurfaceType int destinationType) { in SourceDestination() argument 36 mDestinationType = destinationType; in SourceDestination() 105 public Builder setDestinationType(@EventSurfaceType int destinationType) { in setDestinationType() argument 106 mDestinationType = destinationType; in setDestinationType()
|
D | MeasurementDaoTest.java | 11177 int destinationType, in assertAggregateReportCount() argument 11190 destinationType); in assertAggregateReportCount() 11202 int destinationType, in assertEventReportCount() argument 11213 destinationType); in assertEventReportCount()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 543 @EventSurfaceType int destinationType, in maybeDeleteSourcesForLruDestination() argument 561 destinationType, in maybeDeleteSourcesForLruDestination() 581 destinationType, in maybeDeleteSourcesForLruDestination() 612 destinationType, in maybeDeleteSourcesForLruDestination() 625 @EventSurfaceType int destinationType, in sourceIsWithinTimeBasedDestinationLimits() argument 637 destinationType, in sourceIsWithinTimeBasedDestinationLimits() 649 + (destinationType == EventSurfaceType.APP ? "App" : "Web") in sourceIsWithinTimeBasedDestinationLimits() 660 destinationType, in sourceIsWithinTimeBasedDestinationLimits() 671 + (destinationType == EventSurfaceType.APP ? "App" : "Web") in sourceIsWithinTimeBasedDestinationLimits() 693 @EventSurfaceType int destinationType, in isDestinationWithinBounds() argument [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 122 @NonNull Uri attributionDestination, @EventSurfaceType int destinationType) in getNumAggregateReportsPerDestination() argument 141 @NonNull Uri attributionDestination, @EventSurfaceType int destinationType) in getNumEventReportsPerDestination() argument 155 long getNumTriggersPerDestination(Uri destination, @EventSurfaceType int destinationType) in getNumTriggersPerDestination() argument 190 @EventSurfaceType int destinationType, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 204 @EventSurfaceType int destinationType, in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument 216 @EventSurfaceType int destinationType, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument 799 int destinationType, in fetchSourceIdsForLruDestinationXEnrollmentXPublisher() argument
|
D | MeasurementDao.java | 245 int destinationType = in getSourceDestinations() local 247 if (destinationType == EventSurfaceType.APP) { in getSourceDestinations() 413 @EventSurfaceType int destinationType, in getDeleteAttributionScopesWhereStatement() 427 SourceDestination.DESTINATION_TYPE + " = " + destinationType); in getDeleteAttributionScopesWhereStatement() 562 @NonNull Uri attributionDestination, @EventSurfaceType int destinationType) in getNumAggregateReportsPerDestination() argument 568 destinationType); in getNumAggregateReportsPerDestination() 573 @NonNull Uri attributionDestination, @EventSurfaceType int destinationType) in getNumEventReportsPerDestination() argument 579 destinationType); in getNumEventReportsPerDestination() 1513 public long getNumTriggersPerDestination(Uri destination, @EventSurfaceType int destinationType) in getNumTriggersPerDestination() argument 1518 getDestinationWhereStatement(destination, destinationType)); in getNumTriggersPerDestination() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | EventReportWindowCalcDelegate.java | 73 public int getMaxReportCount(@NonNull Source source, @EventSurfaceType int destinationType) { in getMaxReportCount() argument 74 return getMaxReportCount(source, isInstallCase(source, destinationType)); in getMaxReportCount() 101 @NonNull Source source, long triggerTime, @EventSurfaceType int destinationType) { in getReportingTime() argument 109 getEffectiveReportingWindows(source, isInstallCase(source, destinationType)); in getReportingTime() 309 private static boolean isInstallCase(Source source, @EventSurfaceType int destinationType) { 310 return destinationType == EventSurfaceType.APP && source.isInstallAttributed();
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactUtil.java | 468 final int displayNameSource, final String destination, final int destinationType, in createRecipientEntry() argument 473 destination, destinationType, destinationLabel, contactId, null, dataId, in createRecipientEntry() 477 destination, destinationType, destinationLabel, contactId, null, dataId, in createRecipientEntry() 495 final int destinationType = cursor.getInt( in createRecipientEntryForPhoneQuery() local 506 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, in createRecipientEntryForPhoneQuery()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ContactListItemData.java | 62 final int destinationType = cursor.getInt(ContactUtil.INDEX_PHONE_EMAIL_TYPE); in bind() local 81 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel, in bind()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | EventReportTest.java | 854 long eventTime, Uri destination, @EventSurfaceType int destinationType) { in createTriggerForTest() argument 861 .setDestinationType(destinationType) in createTriggerForTest() 958 int destinationType, in createTriggerForDebugJoinKeyTests() argument 969 .setDestinationType(destinationType) in createTriggerForDebugJoinKeyTests() 1012 int destinationType, in createTriggerForAdIdDebugKeyTests() argument 1024 .setDestinationType(destinationType) in createTriggerForAdIdDebugKeyTests()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | VCardResourceEntry.java | 340 final String destinationType, final Intent clickIntent) { 342 mDestinationType = destinationType;
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ |
D | Trigger.java | 622 public Builder setDestinationType(@EventSurfaceType int destinationType) { in setDestinationType() argument 623 mBuilding.mDestinationType = destinationType; in setDestinationType()
|
D | Source.java | 687 public List<Uri> getAttributionDestinations(@EventSurfaceType int destinationType) { in getAttributionDestinations() argument 688 return destinationType == EventSurfaceType.APP ? mAppDestinations : mWebDestinations; in getAttributionDestinations()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | UIIntentsImpl.java | 211 final String destinationType = MmsSmsUtils.isEmailAddress(destination) ? in launchAddContactActivity() local 214 intent.putExtra(destinationType, destination); in launchAddContactActivity()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobHandler.java | 1234 private List<Uri> getEventReportDestinations(@NonNull Source source, int destinationType) { in getEventReportDestinations() argument 1241 destinations.addAll(source.getAttributionDestinations(destinationType)); in getEventReportDestinations() 1474 Source source, int existingReportCount, @EventSurfaceType int destinationType) { 1475 return mEventReportWindowCalcDelegate.getMaxReportCount(source, destinationType)
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | DebugKeyAccessorTest.java | 3443 int destinationType, in createTrigger() argument 3455 .setDestinationType(destinationType) in createTrigger()
|