Searched refs:gMajor (Results 1 – 2 of 2) sorted by relevance
223 static const uint32_t gMajor; /**< the major number of the policy xml format version. */ variable
48 const uint32_t PolicySerializer::gMajor = 1; member in android::PolicySerializer593 oss << gMajor << "." << gMinor; in PolicySerializer()