Searched refs:TAG_VALUE (Results 1 – 4 of 4) sorted by relevance
48 static final String TAG_VALUE = "Value"; field in MoSerializer167 Element valueNode = doc.createElement(TAG_VALUE); in createNodeForValue()
126 private static final String TAG_VALUE = "Value"; field in PpsMoParser554 } else if (TextUtils.equals(tag, TAG_VALUE)) { in buildPpsNode()
176 private static final String TAG_VALUE = "value"; field in UserManagerService3251 && parser.getName().equals(TAG_VALUE)) { in readEntry()3363 serializer.startTag(null, TAG_VALUE); in writeBundle()3365 serializer.endTag(null, TAG_VALUE); in writeBundle()
49424 Landroid/net/wifi/hotspot2/omadm/PpsMoParser;->TAG_VALUE:Ljava/lang/String;