Searched refs:appOwnedSdkSandboxInterface (Results 1 – 5 of 5) sorted by relevance
37 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetName() local40 assertThat(appOwnedSdkSandboxInterface.getName()) in testGetName()46 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetVersion() local49 assertThat(appOwnedSdkSandboxInterface.getVersion()).isEqualTo(1); in testGetVersion()55 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testGetInterface() local58 assertThat(appOwnedSdkSandboxInterface.getInterface()).isSameInstanceAs(iBinder); in testGetInterface()63 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testDescribeContents() local66 assertThat(appOwnedSdkSandboxInterface.describeContents()).isEqualTo(0); in testDescribeContents()72 final AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface = in testWriteToParcel() local77 appOwnedSdkSandboxInterface.writeToParcel(parcel, /*flags=*/ 0); in testWriteToParcel()[all …]
42 …e(in String callingPackageName, in AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in San… in registerAppOwnedSdkSandboxInterface() argument
433 @NonNull AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface) { in registerAppOwnedSdkSandboxInterface()440 mContext.getPackageName(), appOwnedSdkSandboxInterface, sandboxLatencyInfo); in registerAppOwnedSdkSandboxInterface() local
46 AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in registerAppOwnedSdkSandboxInterface() argument
560 AppOwnedSdkSandboxInterface appOwnedSdkSandboxInterface, in registerAppOwnedSdkSandboxInterface() argument569 .containsKey(appOwnedSdkSandboxInterface.getName())) { in registerAppOwnedSdkSandboxInterface()572 + appOwnedSdkSandboxInterface.getName()); in registerAppOwnedSdkSandboxInterface()578 .put(appOwnedSdkSandboxInterface.getName(), appOwnedSdkSandboxInterface); in registerAppOwnedSdkSandboxInterface() local583 registerForAppDeath(callingInfo, appOwnedSdkSandboxInterface.getInterface()); in registerAppOwnedSdkSandboxInterface()