Searched refs:rhsId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp197 const ResourceId rhsId = rhs.attrRef->id ? rhs.attrRef->id.value() : ResourceId(0); local
198 if (lhsId < rhsId) {
200 } else if (lhsId > rhsId) {

Completed in 56 milliseconds