Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DAdbQrCode.java163 String strippedKeyValue = keyValue.stripLeading(); in getValueOrNull() local
164 if (strippedKeyValue.startsWith(prefix)) { in getValueOrNull()
165 return strippedKeyValue.substring(prefix.length()); in getValueOrNull()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiUriParser.java170 String strippedKeyValue = keyValue.stripLeading(); in getValueOrNull() local
171 if (strippedKeyValue.startsWith(prefix)) { in getValueOrNull()
172 return strippedKeyValue.substring(prefix.length()); in getValueOrNull()