OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOURN
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/
MOURN.java
6
<xsd:documentation>Command to mobile to upload the MO named in the
moURN
attribute to the SPP server.</xsd:documentation>
9
<xsd:attribute ref="
moURN
"/>
16
public class
MOURN
implements OSUCommandData {
19
public
MOURN
(XMLNode root) {
20
mURN = root.getAttributeValue("spp:
moURN
");
29
return "
MOURN
{" +
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUCommand.java
9
import com.android.hotspot2.osu.commands.
MOURN
;
62
mCommandData = new
MOURN
(child);
Completed in 394 milliseconds