Home
last modified time | relevance | path

Searched defs:getAppOwnedSdkSandboxInterfaces (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/MediationProvider/src/com/android/sdksandbox/cts/provider/mediationtest/
DIMediationTestSdkApi.aidl21 List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(); in getAppOwnedSdkSandboxInterfaces() method
DMediationTestSdkApiImpl.java41 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in MediationTestSdkApiImpl
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DISdkToServiceCallback.aidl26 List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(in String clientPackageName); in getAppOwnedSdkSandboxInterfaces() method
DISdkSandboxManager.aidl48 …List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(in String callingPackageName, in… in getAppOwnedSdkSandboxInterfaces() method
DSdkSandboxManager.java470 public @NonNull List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxManager
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DStubSdkToServiceLink.java35 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(String clientName) { in getAppOwnedSdkSandboxInterfaces() method in StubSdkToServiceLink
DStubSdkSandboxManagerService.java79 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces() method in StubSdkSandboxManagerService
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/
DSdkSandboxController.java115 public @NonNull List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxController
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java546 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxManagerService