OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTIONS_FIELD_PREFERRED_ROLE
(Results
1 - 2
of
2
) sorted by null
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java
84
private static final String
OPTIONS_FIELD_PREFERRED_ROLE
= "preferred_role";
237
body.getInt(
OPTIONS_FIELD_PREFERRED_ROLE
));
465
jsonObj.put(
OPTIONS_FIELD_PREFERRED_ROLE
, intRole);
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java
73
private static final String
OPTIONS_FIELD_PREFERRED_ROLE
= "pref_role";
297
jsonOptions.getInt(
OPTIONS_FIELD_PREFERRED_ROLE
));
527
options.put(
OPTIONS_FIELD_PREFERRED_ROLE
,
Completed in 138 milliseconds