OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStrippedTag
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUCommand.java
36
mOSUCommand = sCommands.get(child.
getStrippedTag
());
45
mExecCommand = sExecs.get(child.
getStrippedTag
());
47
throw new OMAException("Unrecognized exec command: " + child.
getStrippedTag
());
SOAPParser.java
87
ResponseFactory responseFactory = sResponseMap.get(mResponseNode.
getStrippedTag
());
90
+ mResponseNode.
getStrippedTag
() + "'");
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/
ClientCertInfo.java
65
if (node.
getStrippedTag
().equals("providerIssuerName")) {
GetCertData.java
43
values.put(node.
getStrippedTag
(), node.getText());
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
XMLNode.java
128
public String
getStrippedTag
() throws OMAException {
Completed in 67 milliseconds