Searched refs:existingIface (Results 1 – 1 of 1) sorted by relevance
1184 Iface existingIface = mIfaceMgr.removeExistingIface(newIface.id); in handleIfaceCreationWhenVendorHalNotSupported() local1185 if (existingIface != null) { in handleIfaceCreationWhenVendorHalNotSupported()1186 onInterfaceDestroyed(existingIface); in handleIfaceCreationWhenVendorHalNotSupported()1187 Log.i(TAG, "Successfully torn down " + existingIface); in handleIfaceCreationWhenVendorHalNotSupported()