Searched refs:strippedKeyValue (Results 1 – 2 of 2) sorted by relevance
163 String strippedKeyValue = keyValue.stripLeading(); in getValueOrNull() local164 if (strippedKeyValue.startsWith(prefix)) { in getValueOrNull()165 return strippedKeyValue.substring(prefix.length()); in getValueOrNull()
170 String strippedKeyValue = keyValue.stripLeading(); in getValueOrNull() local171 if (strippedKeyValue.startsWith(prefix)) { in getValueOrNull()172 return strippedKeyValue.substring(prefix.length()); in getValueOrNull()