Searched refs:TAG_PROFILE_STATE (Results 1 – 2 of 2) sorted by relevance
80 static final int TAG_PROFILE_STATE = 0x9F70; field in Tags103 (byte) (TAG_PROFILE_STATE / 256),104 (byte) (TAG_PROFILE_STATE % 256),
1291 if (profileNode.hasChild(Tags.TAG_PROFILE_STATE)) { in buildProfile()1293 profileBuilder.setState(profileNode.getChild(Tags.TAG_PROFILE_STATE).asInteger()); in buildProfile()