| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ | 
| D | AdSelectionServiceImpl.java | 237         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/ | 
| D | AbstractFledgeServiceFilter.java | 102     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()
  | 
| D | AdSelectionServiceFilter.java | 76             int apiName,  in filterRequest()
  | 
| D | CustomAudienceServiceFilter.java | 87             int apiName,  in filterRequest()
  | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/ | 
| D | CustomAudienceServiceImpl.java | 174         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/ | 
| D | CustomAudienceServiceImplTest.java | 1052         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/ | 
| 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() 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/ | 
| D | SdkMeasurement.java | 125     private void execute(String apiName, TestUtils.RunnableWithThrow executable)  in execute()
  | 
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/ | 
| D | AppSearchRateLimitConfig.java | 171             String apiName = entry.substring(0, costDelimiterIndex);  in createApiCostsMap()  local
  | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ | 
| D | ApiCallStats.java | 140         public @NonNull ApiCallStats.Builder setApiName(int apiName) {  in setApiName()
  | 
| D | AdServicesLogger.java | 31     void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs);  in logFledgeApiCallStats()
  | 
| D | AdServicesLoggerImpl.java | 66     public void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs) {  in logFledgeApiCallStats()
  | 
| D | StatsdAdServicesLogger.java | 112     public void logFledgeApiCallStats(int apiName, int resultCode, int latencyMs) {  in logFledgeApiCallStats()
  | 
| /packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/ | 
| D | TopicsApiLoggingHostTest.java | 161     private void callTopicsAPI(String apiName, ITestDevice device) throws Exception {  in callTopicsAPI()
  | 
| D | UiApiLoggingHostTest.java | 161     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/ | 
| D | AppImportanceFilterTest.java | 330         public ApiCallStatsSubject hasApiName(int apiName) {  in hasApiName()
  | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/ | 
| D | TopicsServiceImpl.java | 174                         final int apiName =  in getTopics()  local
  | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ | 
| D | AdSelectionServiceImplTest.java | 4291         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
  |