Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/net/
DNetworkPolicyEditor.java244 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate() local
245 if (!TextUtils.equals(strippedNetworkId, networkId)) { in buildUnquotedNetworkTemplate()
247 template.getMatchRule(), template.getSubscriberId(), strippedNetworkId); in buildUnquotedNetworkTemplate()