Searched defs:AidlVersionInfo (Results 1 – 1 of 1) sorted by relevance
104 type AidlVersionInfo struct { struct105 notFrozen []string106 requireFrozenReasons []string107 sourceMap map[string]string117 func (info *AidlVersionInfo) merge(other AidlVersionInfo) []string {