Home
last modified time | relevance | path

Searched refs:existingCreateType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DInterfaceConflictManager.java150 int existingCreateType, @NonNull WorkSourceHelper existingRequestorWsHelper) { in needsUserApprovalToDelete() argument
178 if (existingCreateType == HDM_CREATE_IFACE_P2P in needsUserApprovalToDelete()
179 || existingCreateType == HDM_CREATE_IFACE_NAN) { in needsUserApprovalToDelete()
183 if (existingCreateType == HDM_CREATE_IFACE_AP in needsUserApprovalToDelete()
184 || existingCreateType == HDM_CREATE_IFACE_AP_BRIDGE in needsUserApprovalToDelete()
185 || existingCreateType == HDM_CREATE_IFACE_NAN) { in needsUserApprovalToDelete()
189 if (existingCreateType == HDM_CREATE_IFACE_AP in needsUserApprovalToDelete()
190 || existingCreateType == HDM_CREATE_IFACE_AP_BRIDGE in needsUserApprovalToDelete()
191 || existingCreateType == HDM_CREATE_IFACE_P2P) { in needsUserApprovalToDelete()
DHalDeviceManager.java1698 for (int existingCreateType : CREATE_TYPES_BY_PRIORITY) { in getBestIfaceCreationProposal()
1699 WifiIfaceInfo[] createTypeIfaces = chipInfo.ifaces[existingCreateType]; in getBestIfaceCreationProposal()
1896 for (int existingCreateType : CREATE_TYPES_BY_PRIORITY) { in canCreateTypeComboSupportRequest()
1897 WifiIfaceInfo[] createTypeIfaces = chipInfo.ifaces[existingCreateType]; in canCreateTypeComboSupportRequest()
1899 requestorWs, existingCreateType, createTypeIfaces) == null) { in canCreateTypeComboSupportRequest()
1902 + existingCreateType + " interfaces for requested type"); in canCreateTypeComboSupportRequest()
1913 for (int existingCreateType : CREATE_TYPES_BY_PRIORITY) { in canCreateTypeComboSupportRequest()
1914 WifiIfaceInfo[] createTypeIfaces = chipInfo.ifaces[existingCreateType]; in canCreateTypeComboSupportRequest()
1915 int numExcessIfaces = createTypeIfaces.length - chipCreateTypeCombo[existingCreateType]; in canCreateTypeComboSupportRequest()
1917 if (existingCreateType == requestedCreateType) { in canCreateTypeComboSupportRequest()
[all …]