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()
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()
DFledgeConsentFilter.java61 public void assertCallerHasApiUserConsent(String callerPackageName, int apiName) { in assertCallerHasApiUserConsent()
91 public void assertAndPersistCallerHasUserConsentForApp(String callerPackageName, int apiName) in assertAndPersistCallerHasUserConsentForApp()
125 int apiName) { in assertEnrollmentShouldBeScheduled()
DCustomAudienceServiceFilter.java90 int apiName, in filterRequest()
153 int apiName, in filterRequestAndExtractIdentifier()
DProtectedSignalsServiceFilter.java69 int apiName, in filterRequest()
104 int apiName, in filterRequestAndExtractIdentifier()
DFledgeApiThrottleFilter.java52 final String callerPackageName, Throttler.ApiKey apiKey, int apiName) in assertCallerNotThrottled()
DAdSelectionServiceFilter.java80 int apiName, in filterRequest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceServiceImpl.java231 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/
DAdSelectionServiceImpl.java451 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/
DCustomAudienceServiceImplTest.java1658 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/
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.java46 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/
DAdsRelevanceExecutionLoggerFactory.java100 private AdsRelevanceExecutionLogger getAuctionServerApiExecutionLogger( in getAuctionServerApiExecutionLogger()
115 private AdsRelevanceExecutionLogger getProtectedSignalsApiExecutionLogger( in getProtectedSignalsApiExecutionLogger()
DAdsRelevanceExecutionLoggerNoLoggingImpl.java32 public AdsRelevanceExecutionLoggerNoLoggingImpl(@NonNull String apiName) { in AdsRelevanceExecutionLoggerNoLoggingImpl()
DAdServicesLoggerImpl.java104 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/
DIDataAccessService.aidl31 in int apiName, in logApiCallStats()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/
DFederatedComputeManagingServiceDelegate.java195 int apiName, in logServiceLatency()
217 int apiName, in isKillSwitchEnabled()
/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.java145 private void logApiCallStats(int apiName, long duration, int responseCode) { in logApiCallStats()
DOnDevicePersonalizationSystemEventManager.java186 int apiName, in logApiCallStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DProtectedSignalsServiceImpl.java261 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/
DOnDevicePersonalizationManagingServiceDelegate.java244 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/
DRemoteDataTest.java171 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.java141 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