Searched refs:removedNetworkIds (Results 1 – 1 of 1) sorted by relevance
3421 Set<Integer> removedNetworkIds = clearInternalDataForUser(mCurrentUserId); in handleUserSwitch() local3434 return removedNetworkIds; in handleUserSwitch()3511 Set<Integer> removedNetworkIds = new HashSet<>(); in clearInternalDataForUser() local3517 removedNetworkIds.add(config.networkId); in clearInternalDataForUser()3528 if (!removedNetworkIds.isEmpty()) { in clearInternalDataForUser()3535 return removedNetworkIds; in clearInternalDataForUser()