Searched refs:wasDefault (Results 1 – 1 of 1) sorted by relevance
730 public void remove(int type, NetworkAgentInfo nai, boolean wasDefault) { in remove() argument743 if (wasFirstNetwork || wasDefault) { in remove()744 maybeLogBroadcast(nai, DetailedState.DISCONNECTED, type, wasDefault); in remove()759 public void remove(NetworkAgentInfo nai, boolean wasDefault) { in remove() argument760 if (VDBG) log("Removing agent " + nai + " wasDefault=" + wasDefault); in remove()762 remove(type, nai, wasDefault); in remove()2618 final boolean wasDefault = isDefaultNetwork(nai); in maybeHandleNetworkMonitorMessage()2636 if (wasDefault) { in maybeHandleNetworkMonitorMessage()2970 final boolean wasDefault = isDefaultNetwork(nai); in handleAsyncChannelHalfConnect()2976 mLegacyTypeTracker.remove(nai, wasDefault); in handleAsyncChannelHalfConnect()[all …]