Searched refs:isCursorOnRootLabel (Results 1 – 1 of 1) sorted by relevance
55 while (!parser.isCursorOnRootLabel()) { in extractFullName()98 if (parser.isCursorOnRootLabel()) { in extractMatchCriteria()182 return !isCursorOnRootLabel() && (readUint8(mCursorIndex) & 0b11000000) == 0b00000000; in isCursorOnLabel()189 private boolean isCursorOnRootLabel() { in isCursorOnRootLabel() method in MdnsPacketParser