Home
last modified time | relevance | path

Searched defs:apiName (Results 1 – 25 of 61) sorted by relevance

123

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAbstractFledgeServiceFilter.java78 protected void assertCallerHasUserConsent(String callerPackageName, int apiName) in assertCallerHasUserConsent()
90 protected void assertAndPersistCallerHasUserConsentForApp(String callerPackageName, int apiName) in assertAndPersistCallerHasUserConsentForApp()
101 protected void assertForegroundCaller(int callerUid, int apiName) in assertForegroundCaller()
114 protected void assertCallerPackageName(String callerPackageName, int callerUid, int apiName) in assertCallerPackageName()
132 int apiName, in getAndAssertAdTechFromUriAllowed()
151 int apiName, in assertFledgeEnrollment()
177 String callerPackageName, int apiName, @AppManifestConfigCall.ApiType int apiType) in assertAppInAllowList()
190 final String callerPackageName, Throttler.ApiKey apiKey, int apiName) in assertCallerNotThrottled()
213 int apiName, in filterRequest()
DFledgeConsentFilter.java53 public void assertCallerHasApiUserConsent(String callerPackageName, int apiName) { in assertCallerHasApiUserConsent()
77 public void assertAndPersistCallerHasUserConsentForApp(String callerPackageName, int apiName) in assertAndPersistCallerHasUserConsentForApp()
DCustomAudienceServiceFilter.java88 int apiName, in filterRequest()
147 int apiName, in filterRequestAndExtractIdentifier()
DProtectedSignalsServiceFilter.java68 int apiName, in filterRequest()
101 int apiName, in filterRequestAndExtractIdentifier()
DFledgeApiThrottleFilter.java49 final String callerPackageName, Throttler.ApiKey apiKey, int apiName) in assertCallerNotThrottled()
DAdSelectionServiceFilter.java76 int apiName, in filterRequest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceServiceImpl.java202 final int apiName = AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE; in joinCustomAudience() local
245 final int apiName = AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE; in doJoinCustomAudience() local
258 apiName, in doJoinCustomAudience() local
304 final int apiName = AD_SERVICES_API_CALLED__API_NAME__FETCH_AND_JOIN_CUSTOM_AUDIENCE; in fetchAndJoinCustomAudience() local
386 final int apiName = AD_SERVICES_API_CALLED__API_NAME__SCHEDULE_CUSTOM_AUDIENCE_UPDATE; in scheduleCustomAudienceUpdate() local
439 final int apiName = AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE; in leaveCustomAudience() local
483 final int apiName = AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE; in doLeaveCustomAudience() local
554 final int apiName = AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_CUSTOM_AUDIENCE_REMOTE_INFO; in overrideCustomAudienceRemoteInfo() local
622 final int apiName = in removeCustomAudienceRemoteInfoOverride() local
679 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/
DAdSelectionServiceImpl.java387 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__GET_AD_SELECTION_DATA; in getAdSelectionData() local
449 int apiName = in persistAdSelectionResult() local
576 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS; in selectAds() local
837 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS_FROM_OUTCOMES; in selectAdsFromOutcomes() local
896 int apiName = AD_SERVICES_API_CALLED__API_NAME__REPORT_IMPRESSION; in reportImpression() local
974 int apiName = AD_SERVICES_API_CALLED__API_NAME__REPORT_INTERACTION; in reportInteraction() local
1031 int apiName = in setAppInstallAdvertisers() local
1065 int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_AD_COUNTER_HISTOGRAM; in updateAdCounterHistogram() local
1129 int apiName = AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_AD_SELECTION_CONFIG_REMOTE_INFO; in overrideAdSelectionConfigRemoteInfo() local
1208 int apiName = in removeAdSelectionConfigRemoteInfoOverride() local
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceServiceImplTest.java1340 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppImportanceTestFails_removeCustomAudienceOverrideThrowsException() local
1376 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppImportanceDisabledCallerInBackground_removeCustomAudienceOverrideSucceeds() local
1434 int apiName = AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES; in testAppImportanceTestFails_resetOverridesThrowsException() local
1437 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testAppImportanceTestFails_resetOverridesThrowsException() local
1449 verify(mAppImportanceFilterMock).assertCallerIsInForeground(Process.myUid(), apiName, null); in testAppImportanceTestFails_resetOverridesThrowsException() local
1609 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppManifestPermissionNotRequested_removeCustomAudienceRemoteInfoOverride_fails() local
2041 private void verifyLoggerMock(int apiName, int statusCode) { in verifyLoggerMock()
2045 private void verifyLoggerMock(int apiName, String appPackageName, int statusCode) { in verifyLoggerMock()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DLastCallerInfoManager.java34 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/
DStatsUtils.java47 int apiName, Clock clock, int responseCode, long startTimeMillis) { in writeAppRequestMetrics()
58 int apiName, Bundle result, Clock clock, int responseCode, long startTimeMillis) { in writeServiceRequestMetrics()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdsRelevanceExecutionLoggerFactory.java100 private AdsRelevanceExecutionLogger getAuctionServerApiExecutionLogger( in getAuctionServerApiExecutionLogger()
115 private AdsRelevanceExecutionLogger getProtectedSignalsApiExecutionLogger( in getProtectedSignalsApiExecutionLogger()
DAdsRelevanceExecutionLoggerNoLoggingImpl.java32 public AdsRelevanceExecutionLoggerNoLoggingImpl(@NonNull String apiName) { in AdsRelevanceExecutionLoggerNoLoggingImpl()
DAdServicesLoggerImpl.java92 public void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs) { in logFledgeApiCallStats()
98 int apiName, String appPackageName, int resultCode, int latencyMs) { in logFledgeApiCallStats()
416 private void cobaltLogAppNameApiError(String appPackageName, int apiName, int errorCode) { in cobaltLogAppNameApiError()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/aidl/
DIDataAccessService.aidl31 in int apiName, in logApiCallStats()
DIOnDevicePersonalizationManagingService.aidl55 in int apiName, in logApiCallStats()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationManagingServiceDelegate.java188 String sdkPackageName, int apiName, long latencyMillis, long rpcCallLatencyMillis, in logApiCallStats()
199 private void handleLogApiCallStats(int appUid, String sdkPackageName, int apiName, in handleLogApiCallStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DProtectedSignalsServiceImpl.java203 final int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS; in updateSignals() local
266 final int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS; in doUpdateSignals() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/statsd/
DApiCallStats.java60 int apiName, in ApiCallStats()
189 int apiName) { in Builder()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DModelManager.java125 private void logApiCallStats(int apiName, long duration, int responseCode) { in logApiCallStats()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DRemoteDataTest.java132 public void logApiCallStats(int apiName, long latencyMillis, int responseCode) {} in logApiCallStats()
DLocalDataTest.java176 public void logApiCallStats(int apiName, long latencyMillis, int responseCode) {} in logApiCallStats()
DEventUrlProviderTest.java126 public void logApiCallStats(int apiName, long latencyMillis, int responseCode) {} in logApiCallStats()
/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/
DTopicsApiLoggingHostTest.java131 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/
DSdkMeasurement.java127 private void execute(String apiName, TestUtils.RunnableWithThrow executable) in execute()

123