Home
last modified time | relevance | path

Searched refs:appOwnedSdkSandboxInterfaces (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/sdkprovider/
DSdkSandboxControllerUnitTest.java141 final List<AppOwnedSdkSandboxInterface> appOwnedSdkSandboxInterfaces = in testGetAppOwnedSdkSandboxInterfaces() local
144 assertThat(appOwnedSdkSandboxInterfaces).isEqualTo(appOwnedInterfacesMock); in testGetAppOwnedSdkSandboxInterfaces()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java550 List<AppOwnedSdkSandboxInterface> appOwnedSdkSandboxInterfaces = in getAppOwnedSdkSandboxInterfaces() local
554 return appOwnedSdkSandboxInterfaces; in getAppOwnedSdkSandboxInterfaces()