Searched refs:socketNetwork (Results 1 – 2 of 2) sorted by relevance
786 default void onSocketRequestFulfilled(@Nullable Network socketNetwork, in onSocketRequestFulfilled() argument795 default void onSocketDestroyed(@Nullable Network socketNetwork, in onSocketDestroyed() argument
446 public void onSocketRequestFulfilled(@Nullable Network socketNetwork, in onSocketRequestFulfilled() argument451 if (socketNetwork == null in onSocketRequestFulfilled()457 if (mWifiLockRequiredNetworks.add(socketNetwork)) { in onSocketRequestFulfilled()463 public void onSocketDestroyed(@Nullable Network socketNetwork, in onSocketDestroyed() argument465 if (mWifiLockRequiredNetworks.remove(socketNetwork)) { in onSocketDestroyed()