Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionServiceImpl.java237 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS; in selectAds() local
346 int apiName = AdServicesStatsLog.AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS_FROM_OUTCOMES; in selectAdsFromOutcomes() local
392 int apiName = AD_SERVICES_API_CALLED__API_NAME__REPORT_IMPRESSION; in reportImpression() local
432 int apiName = AD_SERVICES_API_CALLED__API_NAME__REPORT_INTERACTION; in reportInteraction() local
468 int apiName = in setAppInstallAdvertisers() local
498 int apiName = AD_SERVICES_API_CALLED__API_NAME__UPDATE_AD_COUNTER_HISTOGRAM; in updateAdCounterHistogram() local
543 int apiName = AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_AD_SELECTION_CONFIG_REMOTE_INFO; in overrideAdSelectionConfigRemoteInfo() local
610 int apiName = in removeAdSelectionConfigRemoteInfoOverride() local
660 int apiName = in resetAllAdSelectionConfigRemoteOverrides() local
711 int apiName = AD_SERVICES_API_CALLED__API_NAME__API_NAME_UNKNOWN; in overrideAdSelectionFromOutcomesConfigRemoteInfo() local
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAbstractFledgeServiceFilter.java102 protected void assertForegroundCaller(int callerUid, int apiName) in assertForegroundCaller()
115 protected void assertCallerPackageName(String callerPackageName, int callerUid, int apiName) in assertCallerPackageName()
130 AdTechIdentifier adTech, String callerPackageName, int apiName) in assertFledgeEnrollment()
144 protected void assertAppInAllowList(String callerPackageName, int apiName) in assertAppInAllowList()
186 int apiName, in filterRequest()
DAdSelectionServiceFilter.java76 int apiName, in filterRequest()
DCustomAudienceServiceFilter.java87 int apiName, in filterRequest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceServiceImpl.java174 final int apiName = AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE; in joinCustomAudience() local
208 final int apiName = AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE; in doJoinCustomAudience() local
221 apiName, in doJoinCustomAudience() local
294 final int apiName = AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE; in leaveCustomAudience() local
328 final int apiName = AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE; in doLeaveCustomAudience() local
397 final int apiName = AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_CUSTOM_AUDIENCE_REMOTE_INFO; in overrideCustomAudienceRemoteInfo() local
458 final int apiName = in removeCustomAudienceRemoteInfoOverride() local
508 final int apiName = AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES; in resetAllCustomAudienceOverrides() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceServiceImplTest.java1052 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppImportanceTestFails_removeCustomAudienceOverrideThrowsException() local
1083 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppImportanceDisabledCallerInBackground_removeCustomAudienceOverrideSucceeds() local
1132 int apiName = AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES; in testAppImportanceTestFails_resetOverridesThrowsException() local
1135 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testAppImportanceTestFails_resetOverridesThrowsException() local
1142 verify(mAppImportanceFilter).assertCallerIsInForeground(Process.myUid(), apiName, null); in testAppImportanceTestFails_resetOverridesThrowsException() local
1253 int apiName = AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE; in testAppManifestPermissionNotRequested_removeCustomAudienceRemoteInfoOverride_fails() local
1608 private void verifyLoggerMock(int apiName, 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()
139 String apiName = convertApiName(mLastCallerInfoMap.keyAt(i)); in dump() local
/packages/modules/AdServices/adservices/tests/cts/sandbox/measurement/providers/sdkmeasurement/src/com/android/tests/providers/sdkmeasurement/
DSdkMeasurement.java125 private void execute(String apiName, TestUtils.RunnableWithThrow executable) in execute()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchRateLimitConfig.java171 String apiName = entry.substring(0, costDelimiterIndex); in createApiCostsMap() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DApiCallStats.java140 public @NonNull ApiCallStats.Builder setApiName(int apiName) { in setApiName()
DAdServicesLogger.java31 void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs); in logFledgeApiCallStats()
DAdServicesLoggerImpl.java66 public void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs) { in logFledgeApiCallStats()
DStatsdAdServicesLogger.java112 public void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs) { in logFledgeApiCallStats()
/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/
DTopicsApiLoggingHostTest.java161 private void callTopicsAPI(String apiName, ITestDevice device) throws Exception { in callTopicsAPI()
DUiApiLoggingHostTest.java161 private void startSettingMainActivity(String apiName, ITestDevice device, boolean isAosp) in startSettingMainActivity()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAppImportanceFilterTest.java330 public ApiCallStatsSubject hasApiName(int apiName) { in hasApiName()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DTopicsServiceImpl.java174 final int apiName = in getTopics() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionServiceImplTest.java4291 int apiName = in testRemoveOverrideForegroundCheckEnabledFails_throwsException() local
4295 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testRemoveOverrideForegroundCheckEnabledFails_throwsException() local
4343 int apiName = in testRemoveOverrideForegroundCheckDisabled_acceptBackgroundApp() local
4347 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testRemoveOverrideForegroundCheckDisabled_acceptBackgroundApp() local
4389 int apiName = in testResetAllOverridesForegroundCheckEnabledFails_throwsException() local
4393 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testResetAllOverridesForegroundCheckEnabledFails_throwsException() local
4439 int apiName = in testResetAllOverridesForegroundCheckDisabled_acceptBackgroundApp() local
4443 .assertCallerIsInForeground(Process.myUid(), apiName, null); in testResetAllOverridesForegroundCheckDisabled_acceptBackgroundApp() local