Searched refs:TAG_NICKNAME (Results 1 – 2 of 2) sorted by relevance
75 static final int TAG_NICKNAME = 0x90; field in Tags96 (byte) TAG_NICKNAME,
428 .addChildAsString(Tags.TAG_NICKNAME, nickname) in setNickname()1215 if (profileNode.hasChild(Tags.TAG_NICKNAME)) { in buildProfile()1216 profileBuilder.setNickname(profileNode.getChild(Tags.TAG_NICKNAME).asString()); in buildProfile()