/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/ |
D | AppSearchInteractionsDaoTest.java | 85 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testToString() local 122 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testGetQuery() local 129 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testGetRowId() local 145 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testGetPrivacySandboxFeatureType() local 174 String apiType = AppSearchInteractionsDao.API_TYPE_INTERACTIONS; in testGetManualInteractions() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentDao.java | 77 String id, String userId, String namespace, String apiType, String consent) { in AppSearchConsentDao() 136 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() 188 @NonNull String apiType, in readConsentData() 224 @NonNull String apiType, in readConsentDataNullable() 251 static String getQuery(String userId, String apiType) { in getQuery()
|
D | AppSearchInteractionsDao.java | 94 String id, String userId, String namespace, String apiType, int value) { in AppSearchInteractionsDao() 144 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() 252 static String getQuery(String userId, String apiType) { in getQuery()
|
D | AppSearchConsentWorker.java | 165 boolean getConsent(@NonNull String apiType) { in getConsent() 180 Boolean getConsentNullable(@NonNull String apiType) { in getConsentNullable() 196 void setConsent(@NonNull String apiType, @NonNull Boolean consented) { in setConsent() 412 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in setCurrentPrivacySandboxFeature() local 448 String apiType = AppSearchInteractionsDao.API_TYPE_INTERACTIONS; in recordUserManualInteractionWithConsent() local
|
D | AppSearchConsentManager.java | 89 public boolean getConsent(@NonNull String apiType) { in getConsent() 98 public Boolean getConsentNullable(@NonNull String apiType) { in getConsentNullable() 108 public void setConsent(@NonNull String apiType, @NonNull Boolean consented) { in setConsent()
|
D | AppSearchAppConsentDao.java | 195 @NonNull String apiType, in readConsentData()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | Denylist.java | 182 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apis[i]); in retrieveApiTypes() local 222 @CallStats.CallType int apiType) { in checkDeniedPackageDatabase() 244 @NonNull String packageName, @CallStats.CallType int apiType) { in checkDeniedPackage() 258 @NonNull String databaseName, @CallStats.CallType int apiType) { in checkDeniedDatabase()
|
D | AppSearchRateLimitConfig.java | 138 public int getApiCost(@CallStats.CallType int apiType) { in getApiCost() 170 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apiName); in createApiCostsMap() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | FledgeAuthorizationFilter.java | 252 @AppManifestConfigCall.ApiType int apiType) in assertAdTechAllowed() 346 private EnrollmentData getEnrollmentData(AdTechIdentifier adTechIdentifier, int apiType) { in getEnrollmentData() 364 Uri uriForAdTech, int apiType, int apiNameLoggingId) { in getAdTechIdentifierEnrollmentDataPair() 393 @AppManifestConfigCall.ApiType int apiType, in isAllowedAccess() 427 @AppManifestConfigCall.ApiType int apiType) in getAndAssertAdTechFromUriAllowed() 515 @AppManifestConfigCall.ApiType int apiType) in assertAdTechFromUriEnrolled()
|
D | FledgeAllowListsFilter.java | 66 @AppManifestConfigCall.ApiType int apiType) in assertAppInAllowlist() 105 String appPackageName, @AppManifestConfigCall.ApiType int apiType) { in isInAllowList()
|
D | AbstractFledgeServiceFilter.java | 149 @AppManifestConfigCall.ApiType int apiType) in getAndAssertAdTechFromUriAllowed() 169 @AppManifestConfigCall.ApiType int apiType) in assertFledgeEnrollment() 193 String callerPackageName, int apiName, @AppManifestConfigCall.ApiType int apiType) in assertAppInAllowList()
|
D | BackgroundJobsManager.java | 105 public static void scheduleJobsPerApi(@NonNull Context context, AdServicesApiType apiType) { in scheduleJobsPerApi() 121 @NonNull JobScheduler jobScheduler, AdServicesApiType apiType) { in unscheduleJobsPerApi()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | LogFields.java | 23 private final int apiType; field in LogFields 45 int apiType, int uriType, int taskType, boolean callerIsSyncAdapter, long startNanos) { in LogFields() 94 private int apiType; field in LogFields.Builder 113 public Builder setApiType(int apiType) { in setApiType()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/ |
D | ExecutorManager.java | 155 @CallStats.CallType int apiType, in executeLambdaForUserAsync() 206 @CallStats.CallType int apiType, in executeLambdaForUserAsync() 250 @CallStats.CallType int apiType, in executeLambdaForUserNoCallbackAsync()
|
D | RateLimitedExecutor.java | 84 @CallStats.CallType int apiType) { in execute() 133 public boolean addTaskToQueue(@NonNull String packageName, @CallStats.CallType int apiType) { in addTaskToQueue() 159 public void removeTaskFromQueue(@NonNull String packageName, @CallStats.CallType int apiType) { in removeTaskFromQueue()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | UiStatsLogger.java | 411 public static void logOptInSelected(AdServicesApiType apiType) { in logOptInSelected() 420 public static void logOptOutSelected(AdServicesApiType apiType) { in logOptOutSelected() 597 private static int getDefaultConsent(AdServicesApiType apiType) { in getDefaultConsent() 640 private static int getPerApiConsentAction(AdServicesApiType apiType, boolean isOptIn) { in getPerApiConsentAction() 724 private static UIStats getBaseUiStats(AdServicesApiType apiType) { in getBaseUiStats()
|
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/dao/ |
D | AppSearchConsentDao.java | 58 String id, String userId, String namespace, String apiType, String consent) { in AppSearchConsentDao() 87 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | ConsentManager.java | 456 public void enable(Context context, AdServicesApiType apiType) { in enable() 497 public void disable(Context context, AdServicesApiType apiType) { in disable() 509 context.getSystemService(JobScheduler.class), apiType); in disable() local 571 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 609 public Boolean getConsentNullable(AdServicesApiType apiType) { in getConsentNullable() 1689 void setConsentPerApiToPpApi(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsentPerApiToPpApi() 1699 boolean getConsentPerApiFromPpApi(AdServicesApiType apiType) { in getConsentPerApiFromPpApi() 1729 void resetByApi(AdServicesApiType apiType) throws IOException { in resetByApi() 1986 private int getConvertedUserChoice(@ModuleCode int apiType) { in getConvertedUserChoice() 2020 private int getConvertedModuleState(@ModuleCode int apiType) { in getConvertedModuleState() [all …]
|
D | ConsentManagerV2.java | 386 public void enable(Context context, AdServicesApiType apiType) { in enable() 423 public void disable(Context context, AdServicesApiType apiType) { in disable() 431 context.getSystemService(JobScheduler.class), apiType); in disable() local 475 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 883 void resetByApi(AdServicesApiType apiType) throws IOException { in resetByApi() 1081 boolean getPerApiConsentFromSourceOfTruth(AdServicesApiType apiType) { in getPerApiConsentFromSourceOfTruth() 1086 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()
|
D | ConsentCompositeStorage.java | 202 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 605 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent() 613 private void setConsentToApiType(AdServicesApiType apiType, boolean isGiven) { in setConsentToApiType()
|
D | IConsentStorage.java | 101 AdServicesApiConsent getConsent(@NonNull AdServicesApiType apiType) throws IOException; in getConsent() 192 void setConsent(@NonNull AdServicesApiType apiType, boolean isGiven) throws IOException; in setConsent()
|
D | AppConsentStorageManager.java | 134 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 339 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent()
|
D | AdServicesStorageManager.java | 126 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 288 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent()
|
/packages/apps/Camera2/src/com/android/camera/device/ |
D | CameraDeviceKey.java | 65 public CameraDeviceKey(ApiType apiType, CameraId cameraId) { in CameraDeviceKey()
|
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/ |
D | AppSearchWriterActivity.java | 101 private void setConsent(@NonNull String userId, @NonNull String apiType, boolean consented) { in setConsent()
|