Searched refs:strValue (Results 1 – 3 of 3) sorted by relevance
619 String strValue = result.split(":")[1].strip(); in parsePerfMetrics() local621 if (strValue.equalsIgnoreCase("None")) { in parsePerfMetrics()622 obj.put(resultKey, strValue); in parsePerfMetrics()624 float value = Float.parseFloat(strValue); in parsePerfMetrics()627 boolean value = Boolean.parseBoolean(strValue); in parsePerfMetrics()630 int value = Integer.parseInt(strValue); in parsePerfMetrics()633 obj.put(resultKey, strValue); in parsePerfMetrics()
279 pkgNameMatcher.strValue = pkgNames; in createUidFvm()
1095 String strValue = new String(value);1096 mMtuTestReceivedData = strValue;