Home
last modified time | relevance | path

Searched refs:getAppOwnedSdkSandboxInterfaces (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/MediationProvider/src/com/android/sdksandbox/cts/provider/mediationtest/
DMediationTestSdkApiImpl.java41 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in MediationTestSdkApiImpl
43 .getAppOwnedSdkSandboxInterfaces(); in getAppOwnedSdkSandboxInterfaces()
101 getAppOwnedSdkSandboxInterfaces(); in getMediateeInterface()
DIMediationTestSdkApi.aidl21 List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(); in getAppOwnedSdkSandboxInterfaces() method
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/app/src/com/android/sdksandbox/shared/app2/
DSdkSandboxTestSharedApp2.java76 assertThat(mSdkSandboxManager.getAppOwnedSdkSandboxInterfaces()).hasSize(1); in testRegisterAppOwedSdkSandboxInterfacesBeforeAppDeath()
83 assertThat(mSdkSandboxManager.getAppOwnedSdkSandboxInterfaces()).hasSize(0); in testGetAppOwedSdkSandboxInterfacesOnAppDeath()
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/src/com/android/tests/sdksandbox/endtoend/
DSdkSandboxMediationTest.java119 mediatorSdk.getAppOwnedSdkSandboxInterfaces(); in testGetAppOwnedSdkSandboxInterfaces()
132 assertThat(mediatorSdk.getAppOwnedSdkSandboxInterfaces()).hasSize(0); in testGetAppOwnedSdkSandboxInterfaces_NoInterface()
152 mediatorSdk.getAppOwnedSdkSandboxInterfaces(); in testGetAppOwnedSdkSandboxInterfaces_MultipleInterfaces()
DSdkSandboxManagerTest.java211 mSdkSandboxManager.getAppOwnedSdkSandboxInterfaces(); in testRegisterAndGetAppOwnedSdkSandboxInterface()
232 assertThat(mSdkSandboxManager.getAppOwnedSdkSandboxInterfaces()).hasSize(0); in testUnregisterAppOwnedSdkSandboxInterface()
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/
DSdkSandboxController.java115 public @NonNull List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxController
120 .getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces()
/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
476 return mService.getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces()
/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/api/
Dcurrent.txt52 …va.util.List<android.app.sdksandbox.AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces();
99 …va.util.List<android.app.sdksandbox.AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces();
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/sdkprovider/
DSdkSandboxControllerUnitTest.java137 Mockito.when(serviceCallback.getAppOwnedSdkSandboxInterfaces(Mockito.anyString())) in testGetAppOwnedSdkSandboxInterfaces()
142 controller.getAppOwnedSdkSandboxInterfaces(); in testGetAppOwnedSdkSandboxInterfaces()
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxCodeProvider/src/com/android/sdksandboxcode_1/
DSampleSandboxedSdkProvider.java219 .getAppOwnedSdkSandboxInterfaces(); in onDraw()
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxManagerServiceUnitTest.java313 mService.getAppOwnedSdkSandboxInterfaces(TEST_PACKAGE, mSandboxLatencyInfo); in testRegisterAndGetAppOwnedSdkSandboxInterfaceSuccess()
356 assertThat(mService.getAppOwnedSdkSandboxInterfaces(TEST_PACKAGE, mSandboxLatencyInfo)) in testUnregisterAppOwnedSdkSandboxInterface()
1740 assertThat(mService.getAppOwnedSdkSandboxInterfaces(TEST_PACKAGE, mSandboxLatencyInfo)) in testRemoveAppOwnedSdkSandboxInterfacesOnAppDeath()
DSdkSandboxStatsdMetricsUnitTest.java835 mService.getAppOwnedSdkSandboxInterfaces(TEST_PACKAGE, sandboxLatencyInfo); in testLatencyMetrics_GetAppOwnedSdkSandboxInterfaces()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java546 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxManagerService
1763 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(