Merge "Add network created callback support" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-25 08:52:56 +00:00
committed by Android (Google) Code Review
5 changed files with 36 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ package android.net {
method public void onAddKeepalivePacketFilter(int, @NonNull android.net.KeepalivePacketData);
method public void onAutomaticReconnectDisabled();
method public void onBandwidthUpdateRequested();
method public void onNetworkCreated();
method public void onNetworkUnwanted();
method public void onQosCallbackRegistered(int, @NonNull android.net.QosFilter);
method public void onQosCallbackUnregistered(int);