Searched refs:wasDefault (Results 1 – 1 of 1) sorted by relevance
635 public void remove(int type, NetworkAgentInfo nai, boolean wasDefault) { in remove() argument650 if (wasFirstNetwork || wasDefault) { in remove()651 maybeLogBroadcast(nai, state, type, wasDefault); in remove()665 public void remove(NetworkAgentInfo nai, boolean wasDefault) { in remove() argument666 if (VDBG) log("Removing agent " + nai + " wasDefault=" + wasDefault); in remove()668 remove(type, nai, wasDefault); in remove()2232 final boolean wasDefault = isDefaultNetwork(nai); in maybeHandleNetworkMonitorMessage()2243 if (wasDefault) { in maybeHandleNetworkMonitorMessage()2433 final boolean wasDefault = isDefaultNetwork(nai); in handleAsyncChannelHalfConnect()2439 mLegacyTypeTracker.remove(nai, wasDefault); in handleAsyncChannelHalfConnect()[all …]