/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/MediationProvider/src/com/android/sdksandbox/cts/provider/mediationtest/ |
D | MediationTestSdkApiImpl.java | 41 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in MediationTestSdkApiImpl 43 .getAppOwnedSdkSandboxInterfaces(); in getAppOwnedSdkSandboxInterfaces() 101 getAppOwnedSdkSandboxInterfaces(); in getMediateeInterface()
|
D | IMediationTestSdkApi.aidl | 21 List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(); in getAppOwnedSdkSandboxInterfaces() method
|
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/app/src/com/android/sdksandbox/shared/app2/ |
D | SdkSandboxTestSharedApp2.java | 76 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/ |
D | SdkSandboxMediationTest.java | 119 mediatorSdk.getAppOwnedSdkSandboxInterfaces(); in testGetAppOwnedSdkSandboxInterfaces() 132 assertThat(mediatorSdk.getAppOwnedSdkSandboxInterfaces()).hasSize(0); in testGetAppOwnedSdkSandboxInterfaces_NoInterface() 152 mediatorSdk.getAppOwnedSdkSandboxInterfaces(); in testGetAppOwnedSdkSandboxInterfaces_MultipleInterfaces()
|
D | SdkSandboxManagerTest.java | 211 mSdkSandboxManager.getAppOwnedSdkSandboxInterfaces(); in testRegisterAndGetAppOwnedSdkSandboxInterface() 232 assertThat(mSdkSandboxManager.getAppOwnedSdkSandboxInterfaces()).hasSize(0); in testUnregisterAppOwnedSdkSandboxInterface()
|
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/ |
D | SdkSandboxController.java | 115 public @NonNull List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces() { in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxController 120 .getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces()
|
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | ISdkToServiceCallback.aidl | 26 List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(in String clientPackageName); in getAppOwnedSdkSandboxInterfaces() method
|
D | ISdkSandboxManager.aidl | 48 …List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(in String callingPackageName, in… in getAppOwnedSdkSandboxInterfaces() method
|
D | SdkSandboxManager.java | 470 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/ |
D | StubSdkToServiceLink.java | 35 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(String clientName) { in getAppOwnedSdkSandboxInterfaces() method in StubSdkToServiceLink
|
D | StubSdkSandboxManagerService.java | 79 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces() method in StubSdkSandboxManagerService
|
/packages/modules/AdServices/sdksandbox/framework/api/ |
D | current.txt | 52 …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/ |
D | SdkSandboxControllerUnitTest.java | 137 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/ |
D | SampleSandboxedSdkProvider.java | 219 .getAppOwnedSdkSandboxInterfaces(); in onDraw()
|
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxManagerServiceUnitTest.java | 313 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()
|
D | SdkSandboxStatsdMetricsUnitTest.java | 835 mService.getAppOwnedSdkSandboxInterfaces(TEST_PACKAGE, sandboxLatencyInfo); in testLatencyMetrics_GetAppOwnedSdkSandboxInterfaces()
|
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
D | SdkSandboxManagerService.java | 546 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces( in getAppOwnedSdkSandboxInterfaces() method in SdkSandboxManagerService 1763 public List<AppOwnedSdkSandboxInterface> getAppOwnedSdkSandboxInterfaces(
|