Home
last modified time | relevance | path

Searched defs:getAppsWithRevokedConsent (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsentForRStorageManager.java94 public ImmutableList<String> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method in AppConsentForRStorageManager
DConsentManager.java683 public ImmutableList<App> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method
DIConsentStorage.java89 ImmutableList<String> getAppsWithRevokedConsent() throws IOException; in getAppsWithRevokedConsent() method
DAppConsentStorageManager.java120 public ImmutableList<String> getAppsWithRevokedConsent() throws IOException { in getAppsWithRevokedConsent() method in AppConsentStorageManager
DConsentCompositeStorage.java175 public ImmutableList<String> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method in ConsentCompositeStorage
DAdServicesStorageManager.java119 public ImmutableList<String> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method in AdServicesStorageManager
DConsentManagerV2.java589 public ImmutableList<App> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method in ConsentManagerV2
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DAppConsentManager.java109 public List<String> getAppsWithRevokedConsent(@NonNull List<String> installedPackages) in getAppsWithRevokedConsent() method in AppConsentManager
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/consent/
DAppConsentDao.java141 public Set<String> getAppsWithRevokedConsent() throws IOException { in getAppsWithRevokedConsent() method in AppConsentDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java131 public ImmutableList<App> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method in AppSearchConsentManager
DAppSearchConsentStorageManager.java159 public ImmutableList<String> getAppsWithRevokedConsent() { in getAppsWithRevokedConsent() method in AppSearchConsentStorageManager
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl209 List<String> getAppsWithRevokedConsent(in List<String> installedPackages); in getAppsWithRevokedConsent() method
DAdServicesManager.java310 public List<String> getAppsWithRevokedConsent(List<String> installedPackages) { in getAppsWithRevokedConsent() method in AdServicesManager
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java632 public List<String> getAppsWithRevokedConsent(@NonNull List<String> installedPackages) { in getAppsWithRevokedConsent() method in AdServicesManagerService