Home
last modified time | relevance | path

Searched refs:intRole (Results 1 – 1 of 1) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java464 int intRole = message.getProtocolRolePreference().getAsInt(); in toJson() local
465 jsonObj.put(OPTIONS_FIELD_PREFERRED_ROLE, intRole); in toJson()
478 int intRole = message.getClientRole().getAsInt(); in toJson() local
479 jsonObj.put(CONFIG_FIELD_CLIENT_ROLE, intRole); in toJson()