Home
last modified time | relevance | path

Searched refs: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
40 assertThat(appOwnedSdkSandboxInterface.getName()) in testGetName()
46 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetVersion() local
49 assertThat(appOwnedSdkSandboxInterface.getVersion()).isEqualTo(1); in testGetVersion()
55 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetInterface() local
58 assertThat(appOwnedSdkSandboxInterface.getInterface()).isSameInstanceAs(iBinder); in testGetInterface()
63 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testDescribeContents() local
66 assertThat(appOwnedSdkSandboxInterface.describeContents()).isEqualTo(0); in testDescribeContents()
72 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testWriteToParcel() local
77 appOwnedSdkSandboxInterface.writeToParcel(parcel, /*flags=*/ 0); in testWriteToParcel()
[all …]
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DISdkSandboxManager.aidl42 …e(in String callingPackageName, in AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in San… in registerAppOwnedSdkSandboxInterface() argument
DSdkSandboxManager.java433 @NonNull AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface) { 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() argument
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java560 AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in registerAppOwnedSdkSandboxInterface() argument
569 .containsKey(appOwnedSdkSandboxInterface.getName())) { in registerAppOwnedSdkSandboxInterface()
572 + appOwnedSdkSandboxInterface.getName()); in registerAppOwnedSdkSandboxInterface()
578 .put(appOwnedSdkSandboxInterface.getName(), appOwnedSdkSandboxInterface); in registerAppOwnedSdkSandboxInterface() local
583 registerForAppDeath(callingInfo, appOwnedSdkSandboxInterface.getInterface()); in registerAppOwnedSdkSandboxInterface()