Make VCN network policy listener oneway

This change ensures that all VCN callbacks and interfaces are
asynchronous, ensuring that the systemserver does not get deadlocked.

Bug: 180968965
Test: atest FrameworksVcnTests
Change-Id: I551137420bbd561ad53a6c06c8f91306901e51f4
This commit is contained in:
Benedict Wong
2021-03-03 20:37:26 -08:00
parent 453966a20b
commit 58467f3fab

View File

@@ -17,6 +17,6 @@
package android.net.vcn;
/** @hide */
interface IVcnUnderlyingNetworkPolicyListener {
oneway interface IVcnUnderlyingNetworkPolicyListener {
void onPolicyChanged();
}