Home
last modified time | relevance | path

Searched defs:appOwnedSdkSandboxInterface (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/src/com/android/tests/sdksandbox/endtoend/
DAppOwnedSdkSandboxInterfaceTest.java37 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetName() local
46 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetVersion() local
55 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetInterface() local
63 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testDescribeContents() local
72 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testWriteToParcel() local
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DISdkSandboxManager.aidl42 …SandboxInterface(in String callingPackageName, in AppOwnedSdkSandboxInterface appOwnedSdkSandboxIn… in registerAppOwnedSdkSandboxInterface()
DSdkSandboxManager.java432 public void registerAppOwnedSdkSandboxInterface( in registerAppOwnedSdkSandboxInterface()
440 mContext.getPackageName(), appOwnedSdkSandboxInterface, sandboxLatencyInfo); in registerAppOwnedSdkSandboxInterface() local
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DStubSdkSandboxManagerService.java46 AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in registerAppOwnedSdkSandboxInterface()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java560 AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in registerAppOwnedSdkSandboxInterface()
578 .put(appOwnedSdkSandboxInterface.getName(), appOwnedSdkSandboxInterface); in registerAppOwnedSdkSandboxInterface() local