Loading android/app/src/com/android/bluetooth/pan/BluetoothTetheringNetworkFactory.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class BluetoothTetheringNetworkFactory extends NetworkFactory { mNetworkCapabilities, linkProperties, NETWORK_SCORE, mNetworkCapabilities, linkProperties, NETWORK_SCORE, config, getProvider()) { config, getProvider()) { @Override @Override public void unwanted() { public void onNetworkUnwanted() { BluetoothTetheringNetworkFactory.this.onCancelRequest(); BluetoothTetheringNetworkFactory.this.onCancelRequest(); } } }; }; Loading Loading
android/app/src/com/android/bluetooth/pan/BluetoothTetheringNetworkFactory.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class BluetoothTetheringNetworkFactory extends NetworkFactory { mNetworkCapabilities, linkProperties, NETWORK_SCORE, mNetworkCapabilities, linkProperties, NETWORK_SCORE, config, getProvider()) { config, getProvider()) { @Override @Override public void unwanted() { public void onNetworkUnwanted() { BluetoothTetheringNetworkFactory.this.onCancelRequest(); BluetoothTetheringNetworkFactory.this.onCancelRequest(); } } }; }; Loading