Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java2209 String targetShutDownInstance = ""; in processMessageImpl() local
2217 targetShutDownInstance = sapInfo.getApInstanceIdentifier(); in processMessageImpl()
2218 Log.d(getTag(), "Remove the " + targetShutDownInstance in processMessageImpl() local
2230 if (TextUtils.isEmpty(targetShutDownInstance)) { in processMessageImpl()
2238 removeIfaceInstanceFromBridgedApIface(targetShutDownInstance); in processMessageImpl()