Searched refs:existingIfaceType (Results 1 – 1 of 1) sorted by relevance
1983 int existingIfaceType, @RequestorWsPriority int existingRequestorWsPriority) { in allowedToDelete() argument1985 return allowedToDeleteForR(requestedIfaceType, existingIfaceType); in allowedToDelete()1996 if (requestedIfaceType == existingIfaceType) { in allowedToDelete()2021 private static boolean allowedToDeleteForR(int requestedIfaceType, int existingIfaceType) { in allowedToDeleteForR() argument2023 if (existingIfaceType == requestedIfaceType) { in allowedToDeleteForR()2029 return existingIfaceType == IfaceType.NAN; in allowedToDeleteForR()2034 return existingIfaceType == IfaceType.P2P; in allowedToDeleteForR()2069 int requestedIfaceType, WorkSource requestorWs, int existingIfaceType, in allowedToDeleteIfaceTypeForRequestedType() argument2072 WifiIfaceInfo[] ifaceInfosForExistingIfaceType = existingIfaces[existingIfaceType]; in allowedToDeleteIfaceTypeForRequestedType()2082 requestedIfaceType, newRequestorWsPriority, existingIfaceType, in allowedToDeleteIfaceTypeForRequestedType()[all …]