/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | AbstractFledgeServiceFilter.java | 78 protected void assertCallerHasUserConsent(String callerPackageName, int apiName) in assertCallerHasUserConsent() 90 protected void assertAndPersistCallerHasUserConsentForApp(String callerPackageName, int apiName) in assertAndPersistCallerHasUserConsentForApp() 105 int apiName) in assertEnrollmentShouldBeScheduled() 117 protected void assertForegroundCaller(int callerUid, int apiName) in assertForegroundCaller() 130 protected void assertCallerPackageName(String callerPackageName, int callerUid, int apiName) in assertCallerPackageName() 148 int apiName, in getAndAssertAdTechFromUriAllowed() 167 int apiName, in assertFledgeEnrollment() 193 String callerPackageName, int apiName, @AppManifestConfigCall.ApiType int apiType) in assertAppInAllowList() 206 final String callerPackageName, Throttler.ApiKey apiKey, int apiName) in assertCallerNotThrottled() 231 int apiName, in filterRequest()
|
D | FledgeConsentFilter.java | 61 public void assertCallerHasApiUserConsent(String callerPackageName, int apiName) { in assertCallerHasApiUserConsent() 91 public void assertAndPersistCallerHasUserConsentForApp(String callerPackageName, int apiName) in assertAndPersistCallerHasUserConsentForApp() 125 int apiName) { in assertEnrollmentShouldBeScheduled()
|
D | CustomAudienceServiceFilter.java | 90 int apiName, in filterRequest() 153 int apiName, in filterRequestAndExtractIdentifier()
|
D | ProtectedSignalsServiceFilter.java | 69 int apiName, in filterRequest() 104 int apiName, in filterRequestAndExtractIdentifier()
|
D | FledgeApiThrottleFilter.java | 52 final String callerPackageName, Throttler.ApiKey apiKey, int apiName) in assertCallerNotThrottled()
|
D | AdSelectionServiceFilter.java | 80 int apiName, in filterRequest()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/ |
D | CustomAudienceServiceImpl.java | 231 final int apiName = AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE; in joinCustomAudience() local 278 final int apiName = AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE; in doJoinCustomAudience() local 292 apiName, in doJoinCustomAudience() local 346 final int apiName = AD_SERVICES_API_CALLED__API_NAME__FETCH_AND_JOIN_CUSTOM_AUDIENCE; in fetchAndJoinCustomAudience() local 439 final int apiName = AD_SERVICES_API_CALLED__API_NAME__SCHEDULE_CUSTOM_AUDIENCE_UPDATE; in scheduleCustomAudienceUpdate() local 497 final int apiName = AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE; in leaveCustomAudience() local 544 final int apiName = AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE; in doLeaveCustomAudience() local 624 final int apiName = AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_CUSTOM_AUDIENCE_REMOTE_INFO; in overrideCustomAudienceRemoteInfo() local 692 final int apiName = in removeCustomAudienceRemoteInfoOverride() local 748 final int apiName = AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES; in resetAllCustomAudienceOverrides() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AdSelectionServiceImpl.java | 451 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__GET_AD_SELECTION_DATA; in getAdSelectionData() local 525 int apiName = in persistAdSelectionResult() local 663 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS; in selectAds() local 891 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS_FROM_OUTCOMES; in selectAdsFromOutcomes() local 951 int apiName = AD_SERVICES_API_CALLED__API_NAME__REPORT_IMPRESSION; in reportImpression() local 1035 int apiName = AD_SERVICES_API_CALLED__API_NAME__REPORT_INTERACTION; in reportInteraction() local 1097 int apiName = in setAppInstallAdvertisers() local 1132 int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_AD_COUNTER_HISTOGRAM; in updateAdCounterHistogram() local 1197 int apiName = AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_AD_SELECTION_CONFIG_REMOTE_INFO; in overrideAdSelectionConfigRemoteInfo() local 1285 int apiName = in removeAdSelectionConfigRemoteInfoOverride() local [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/ |
D | CustomAudienceServiceImplTest.java | 1658 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppImportanceTestFails_removeCustomAudienceOverrideThrowsException() local 1696 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppImportanceDisabledCallerInBackground_removeCustomAudienceOverrideSucceeds() local 1756 int apiName = AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES; in testAppImportanceTestFails_resetOverridesThrowsException() local 1759 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testAppImportanceTestFails_resetOverridesThrowsException() local 1771 verify(mAppImportanceFilterMock).assertCallerIsInForeground(Process.myUid(), apiName, null); in testAppImportanceTestFails_resetOverridesThrowsException() local 1966 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppManifestPermissionNotRequested_removeCustomAudienceRemoteInfoOverride_fails() local 2461 private void verifyLoggerMock(int apiName, int statusCode) { in verifyLoggerMock() 2465 private void verifyLoggerMock(int apiName, String appPackageName, int statusCode) { in verifyLoggerMock()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | LastCallerInfoManager.java | 34 public void put(@ApiType int apiName, int tid, int uid, int pid, String packageName, in put() 47 public LastCallerInfo get(@ApiType int apiName) { in get() 141 String apiName = convertApiName(mLastCallerInfoMap.keyAt(i)); in dump() local
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/ |
D | StatsUtils.java | 46 public static void writeServiceRequestMetrics(int apiName, int responseCode) { in writeServiceRequestMetrics() 54 int apiName, in writeServiceRequestMetrics()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | AdsRelevanceExecutionLoggerFactory.java | 100 private AdsRelevanceExecutionLogger getAuctionServerApiExecutionLogger( in getAuctionServerApiExecutionLogger() 115 private AdsRelevanceExecutionLogger getProtectedSignalsApiExecutionLogger( in getProtectedSignalsApiExecutionLogger()
|
D | AdsRelevanceExecutionLoggerNoLoggingImpl.java | 32 public AdsRelevanceExecutionLoggerNoLoggingImpl(@NonNull String apiName) { in AdsRelevanceExecutionLoggerNoLoggingImpl()
|
D | AdServicesLoggerImpl.java | 104 public void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs) { in logFledgeApiCallStats() 110 int apiName, String appPackageName, int resultCode, int latencyMs) { in logFledgeApiCallStats() 483 void cobaltLogAppNameApiError(String appPackageName, int apiName, int errorCode) { in cobaltLogAppNameApiError() 500 void cobaltLogApiResponse(String appPackageName, int apiName, int responseCode) { in cobaltLogApiResponse()
|
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/aidl/ |
D | IDataAccessService.aidl | 31 in int apiName, in logApiCallStats()
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/ |
D | FederatedComputeManagingServiceDelegate.java | 195 int apiName, in logServiceLatency() 217 int apiName, in isKillSwitchEnabled()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/statsd/ |
D | ApiCallStats.java | 60 int apiName, in ApiCallStats() 189 int apiName) { in Builder()
|
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/ |
D | ModelManager.java | 145 private void logApiCallStats(int apiName, long duration, int responseCode) { in logApiCallStats()
|
D | OnDevicePersonalizationSystemEventManager.java | 186 int apiName, in logApiCallStats()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/ |
D | ProtectedSignalsServiceImpl.java | 261 final int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS; in updateSignals() local 336 final int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS; in doUpdateSignals() local
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/ |
D | OnDevicePersonalizationManagingServiceDelegate.java | 244 String sdkPackageName, int apiName, long latencyMillis, long rpcCallLatencyMillis, in logApiCallStats() 255 private void handleLogApiCallStats(int appUid, String sdkPackageName, int apiName, in handleLogApiCallStats()
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/ |
D | RemoteDataTest.java | 171 public void logApiCallStats(int apiName, long latencyMillis, int responseCode) { in logApiCallStats()
|
D | EventUrlProviderTest.java | 126 public void logApiCallStats(int apiName, long latencyMillis, int responseCode) {} in logApiCallStats()
|
/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/ |
D | TopicsApiLoggingHostTest.java | 141 private void callTopicsAPI(String apiName, ITestDevice device) throws Exception { in callTopicsAPI()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/measurement/providers/sdkmeasurement/src/com/android/tests/providers/sdkmeasurement/ |
D | SdkMeasurement.java | 127 private void execute(String apiName, TestUtils.RunnableWithThrow executable) in execute()
|